[PATCH] D73592: [IRCE] Make IRCE a Function pass.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 09:27:54 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG67904db23cf4: [IRCE] Make IRCE a Function pass. (authored by asbirlea).

Changed prior to commit:
  https://reviews.llvm.org/D73592?vs=242374&id=242660#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73592/new/

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.242660.patch
Type: text/x-patch
Size: 27768 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200205/6a7e056d/attachment-0001.bin>


More information about the llvm-commits mailing list