[PATCH] D44515: [IRCE] Change min value safety check

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 16 06:57:23 PDT 2018


samparker updated this revision to Diff 138693.
samparker added a comment.

Thanks for the comments, I've made these changes:

- CanBeMin has now been replaced with CannotBeMinInLoop.
- The function arguments have been renamed and reordered.
- KnownNonNegative check removed.
- debug comments removed.


https://reviews.llvm.org/D44515

Files:
  lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  test/Transforms/IRCE/eq_ne.ll
  test/Transforms/IRCE/variable-loop-bounds.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44515.138693.patch
Type: text/x-patch
Size: 7412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180316/d101b695/attachment.bin>


More information about the llvm-commits mailing list