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

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 03:36:00 PDT 2017


mkazantsev updated this revision to Diff 109068.
mkazantsev marked 3 inline comments as done.
mkazantsev added a comment.

Reworked tests, made some refactoring, addressed TODOs.


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.109068.patch
Type: text/x-patch
Size: 31950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170801/276f702b/attachment.bin>


More information about the llvm-commits mailing list