[PATCH] D12948: [SCEV] Teach SCEV that A < B => (A+1) < (B+1) on no overflow.
Sanjoy Das via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 17 19:46:47 PDT 2015
sanjoy updated this revision to Diff 35055.
sanjoy added a comment.
- add a test that had I had accidentally split into http://reviews.llvm.org/D12949
http://reviews.llvm.org/D12948
Files:
include/llvm/Analysis/ScalarEvolution.h
lib/Analysis/ScalarEvolution.cpp
test/Transforms/IndVarSimplify/eliminate-comparison.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12948.35055.patch
Type: text/x-patch
Size: 7752 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150918/a1f90cad/attachment.bin>
More information about the llvm-commits
mailing list