This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2c1c0b4 Fix bitcode auto-upgrade when using bitcode lazy loading new abf7d54 [IRCE] Add better DEBUG diagnostic; NFC new 300cd13 [IRCE] Don't iterate on loops that were cloned out new 39b5545 [IRCE] Create llvm::Loop instances for cloned out loops new d330744 [IRCE] Change variable grouping; NFC
The 4 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: .../Scalar/InductiveRangeCheckElimination.cpp | 73 ++++++++++++++++++---- .../IRCE/bug-loop-varying-upper-limit.ll | 2 +- test/Transforms/IRCE/bug-mismatched-types.ll | 4 +- test/Transforms/IRCE/conjunctive-checks.ll | 6 +- test/Transforms/IRCE/decrementing-loop.ll | 2 +- test/Transforms/IRCE/low-becount.ll | 2 +- test/Transforms/IRCE/multiple-access-no-preloop.ll | 2 +- test/Transforms/IRCE/only-lower-check.ll | 2 +- test/Transforms/IRCE/only-upper-check.ll | 2 +- test/Transforms/IRCE/single-access-no-preloop.ll | 2 +- test/Transforms/IRCE/single-access-with-preloop.ll | 4 +- test/Transforms/IRCE/skip-profitability-checks.ll | 2 +- test/Transforms/IRCE/unhandled.ll | 27 +++++++- 13 files changed, 102 insertions(+), 28 deletions(-)