[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
Thu Mar 15 04:04:20 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL327619: [New PM][IRCE] port of Inductive Range Check Elimination pass to the new pass… (authored by fedor.sergeev, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D43795

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43795.138523.patch
Type: text/x-patch
Size: 31111 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180315/91d93b2d/attachment.bin>


More information about the llvm-commits mailing list