[PATCH] D73592: [IRCE] Make IRCE a Function pass.
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 16:25:33 PST 2020
asbirlea created this revision.
asbirlea added reviewers: reames, mkazantsev.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
Make InductiveRangeCheckElimination a FunctionPass.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73592
Files:
llvm/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h
llvm/lib/Passes/PassRegistry.def
llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
llvm/lib/Transforms/Utils/LoopUtils.cpp
llvm/test/Transforms/IRCE/add-metadata-pre-post-loops.ll
llvm/test/Transforms/IRCE/bad-loop-structure.ll
llvm/test/Transforms/IRCE/bad_expander.ll
llvm/test/Transforms/IRCE/bug-loop-varying-upper-limit.ll
llvm/test/Transforms/IRCE/bug-mismatched-types.ll
llvm/test/Transforms/IRCE/clamp.ll
llvm/test/Transforms/IRCE/conjunctive-checks.ll
llvm/test/Transforms/IRCE/correct-loop-info.ll
llvm/test/Transforms/IRCE/decrementing-loop.ll
llvm/test/Transforms/IRCE/empty_ranges.ll
llvm/test/Transforms/IRCE/eq_ne.ll
llvm/test/Transforms/IRCE/low-becount.ll
llvm/test/Transforms/IRCE/multiple-access-no-preloop.ll
llvm/test/Transforms/IRCE/non_known_positive_end.ll
llvm/test/Transforms/IRCE/not-likely-taken.ll
llvm/test/Transforms/IRCE/only-lower-check.ll
llvm/test/Transforms/IRCE/only-upper-check.ll
llvm/test/Transforms/IRCE/pre_post_loops.ll
llvm/test/Transforms/IRCE/range_intersect_miscompile.ll
llvm/test/Transforms/IRCE/ranges_of_different_types.ll
llvm/test/Transforms/IRCE/rc-negative-bound.ll
llvm/test/Transforms/IRCE/single-access-no-preloop.ll
llvm/test/Transforms/IRCE/single-access-with-preloop.ll
llvm/test/Transforms/IRCE/skip-profitability-checks.ll
llvm/test/Transforms/IRCE/stride_more_than_1.ll
llvm/test/Transforms/IRCE/unhandled.ll
llvm/test/Transforms/IRCE/unsigned_comparisons_ugt.ll
llvm/test/Transforms/IRCE/unsigned_comparisons_ult.ll
llvm/test/Transforms/IRCE/wide_indvar.ll
llvm/test/Transforms/IRCE/with-parent-loops.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73592.241020.patch
Type: text/x-patch
Size: 28052 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200129/4f19676c/attachment-0001.bin>
More information about the llvm-commits
mailing list