[PATCH] D35302: [IRCE] Recognize loops with unsigned latch conditions

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 04:20:49 PDT 2017


mkazantsev updated this revision to Diff 109512.
mkazantsev marked 4 inline comments as done.
mkazantsev added a comment.

Addressed nits, reworked tests so that now they check the structure of transformed loop, not only the fact that the transformation has happened.


https://reviews.llvm.org/D35302

Files:
  lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  test/Transforms/IRCE/eq_ne.ll
  test/Transforms/IRCE/unsigned_comparisons_ugt.ll
  test/Transforms/IRCE/unsigned_comparisons_ult.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35302.109512.patch
Type: text/x-patch
Size: 41006 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170803/ce6d6a7c/attachment.bin>


More information about the llvm-commits mailing list