This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0e27effab39 [LoopUnroll] Ignore ephemeral values when checking full unr [...] new 116f1ad7f69 [New PM][IRCE] port of Inductive Range Check Elimination pa [...]
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: include/llvm/InitializePasses.h | 2 +- ...dication.h => InductiveRangeCheckElimination.h} | 17 ++- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + .../Scalar/InductiveRangeCheckElimination.cpp | 127 ++++++++++++++------- lib/Transforms/Scalar/Scalar.cpp | 2 +- .../Transforms/IRCE/add-metadata-pre-post-loops.ll | 1 + test/Transforms/IRCE/bad-loop-structure.ll | 1 + test/Transforms/IRCE/bad_expander.ll | 1 + .../IRCE/bug-loop-varying-upper-limit.ll | 1 + test/Transforms/IRCE/bug-mismatched-types.ll | 1 + test/Transforms/IRCE/clamp.ll | 1 + test/Transforms/IRCE/conjunctive-checks.ll | 1 + test/Transforms/IRCE/correct-loop-info.ll | 1 + test/Transforms/IRCE/decrementing-loop.ll | 1 + test/Transforms/IRCE/empty_ranges.ll | 1 + test/Transforms/IRCE/eq_ne.ll | 1 + test/Transforms/IRCE/low-becount.ll | 3 + test/Transforms/IRCE/multiple-access-no-preloop.ll | 1 + test/Transforms/IRCE/not-likely-taken.ll | 5 +- test/Transforms/IRCE/only-lower-check.ll | 1 + test/Transforms/IRCE/only-upper-check.ll | 1 + test/Transforms/IRCE/pre_post_loops.ll | 1 + test/Transforms/IRCE/range_intersect_miscompile.ll | 1 + test/Transforms/IRCE/ranges_of_different_types.ll | 1 + test/Transforms/IRCE/single-access-no-preloop.ll | 1 + test/Transforms/IRCE/single-access-with-preloop.ll | 1 + test/Transforms/IRCE/skip-profitability-checks.ll | 1 + test/Transforms/IRCE/stride_more_than_1.ll | 1 + test/Transforms/IRCE/unhandled.ll | 1 + test/Transforms/IRCE/unsigned_comparisons_ugt.ll | 1 + test/Transforms/IRCE/unsigned_comparisons_ult.ll | 1 + test/Transforms/IRCE/with-parent-loops.ll | 1 + 33 files changed, 132 insertions(+), 51 deletions(-) copy include/llvm/Transforms/Scalar/{LoopPredication.h => InductiveRangeCheckElimi [...]