[PATCH] D36215: [IRCE] Return "Identify loops with latch comparison against current IV value"

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 12 04:53:23 PDT 2017


mkazantsev updated this revision to Diff 118772.
mkazantsev retitled this revision from "[IRCE] Identify loops with latch comparison against current IV value" to "[IRCE] Return "Identify loops with latch comparison against current IV value"".
mkazantsev edited the summary of this revision.
mkazantsev added a comment.

The patch was reverted by https://reviews.llvm.org/rL312783 due to failures on internal tests. The failures are fixed
in this revision, specifically the previous version of the patch missed updates of `GreatestSeen`
and `Smallest` values in case of comparison against current IV value.

Failures fix, resubmitting for review.


https://reviews.llvm.org/D36215

Files:
  lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  test/Transforms/IRCE/latch-comparison-against-current-value.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36215.118772.patch
Type: text/x-patch
Size: 29108 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171012/74cc0852/attachment.bin>


More information about the llvm-commits mailing list