This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e307afaedb4 Revert "[llvm][llvm-objcopy] Added support for outputting t [...] new 0114fa18c0e [IRCE] Recognize loops with unsigned latch conditions new 3acb6cc980d [AVR] Update target machine to use new constructor parameters
The 2 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/Target/AVR/AVRTargetMachine.cpp | 9 +- lib/Target/AVR/AVRTargetMachine.h | 6 +- .../Scalar/InductiveRangeCheckElimination.cpp | 159 +++++++---- test/Transforms/IRCE/eq_ne.ll | 37 ++- test/Transforms/IRCE/unsigned_comparisons_ugt.ll | 263 ++++++++++++++++++ test/Transforms/IRCE/unsigned_comparisons_ult.ll | 308 +++++++++++++++++++++ 6 files changed, 726 insertions(+), 56 deletions(-) create mode 100644 test/Transforms/IRCE/unsigned_comparisons_ugt.ll create mode 100644 test/Transforms/IRCE/unsigned_comparisons_ult.ll