This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c0f59399924 [ARM] Fix -Wdangling-else warning. new 9baffb265da [SimplifyIndvar] Replace the srem used by IV if we can prov [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Transforms/Utils/SimplifyIndVar.cpp | 118 ++++++++++++++------- test/Transforms/IndVarSimplify/eliminate-rem.ll | 6 +- ...ace-sdiv-by-udiv.ll => replace-srem-by-urem.ll} | 59 ++++------- 3 files changed, 102 insertions(+), 81 deletions(-) copy test/Transforms/IndVarSimplify/{replace-sdiv-by-udiv.ll => replace-srem-by-ur [...]