[PATCH] D43795: [New PM][IRCE] port of Inductive Range Check Elimination pass to the new pass manager

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 12 16:00:51 PDT 2018


fedor.sergeev updated this revision to Diff 138101.
fedor.sergeev added a comment.
This revision is now accepted and ready to land.

making BPI completely optional (removing all the LPM changes), cleanup


Repository:
  rL LLVM

https://reviews.llvm.org/D43795

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  lib/Transforms/Scalar/Scalar.cpp
  test/Transforms/IRCE/add-metadata-pre-post-loops.ll
  test/Transforms/IRCE/bad-loop-structure.ll
  test/Transforms/IRCE/bad_expander.ll
  test/Transforms/IRCE/bug-loop-varying-upper-limit.ll
  test/Transforms/IRCE/bug-mismatched-types.ll
  test/Transforms/IRCE/clamp.ll
  test/Transforms/IRCE/conjunctive-checks.ll
  test/Transforms/IRCE/correct-loop-info.ll
  test/Transforms/IRCE/decrementing-loop.ll
  test/Transforms/IRCE/empty_ranges.ll
  test/Transforms/IRCE/eq_ne.ll
  test/Transforms/IRCE/low-becount.ll
  test/Transforms/IRCE/multiple-access-no-preloop.ll
  test/Transforms/IRCE/not-likely-taken.ll
  test/Transforms/IRCE/only-lower-check.ll
  test/Transforms/IRCE/only-upper-check.ll
  test/Transforms/IRCE/pre_post_loops.ll
  test/Transforms/IRCE/range_intersect_miscompile.ll
  test/Transforms/IRCE/ranges_of_different_types.ll
  test/Transforms/IRCE/single-access-no-preloop.ll
  test/Transforms/IRCE/single-access-with-preloop.ll
  test/Transforms/IRCE/skip-profitability-checks.ll
  test/Transforms/IRCE/stride_more_than_1.ll
  test/Transforms/IRCE/unhandled.ll
  test/Transforms/IRCE/unsigned_comparisons_ugt.ll
  test/Transforms/IRCE/unsigned_comparisons_ult.ll
  test/Transforms/IRCE/with-parent-loops.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43795.138101.patch
Type: text/x-patch
Size: 29968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180312/706f85e4/attachment.bin>


More information about the llvm-commits mailing list