[PATCH] D12948: [SCEV] Teach SCEV that A < B => (A+K) < (B+K) on no overflow.
Sanjoy Das via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 25 13:01:36 PDT 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL248606: [SCEV] Exploit A < B => (A+K) < (B+K) when possible (authored by sanjoy).
Changed prior to commit:
http://reviews.llvm.org/D12948?vs=35691&id=35755#toc
Repository:
rL LLVM
http://reviews.llvm.org/D12948
Files:
llvm/trunk/include/llvm/Analysis/ScalarEvolution.h
llvm/trunk/lib/Analysis/ScalarEvolution.cpp
llvm/trunk/test/Transforms/IndVarSimplify/eliminate-comparison.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12948.35755.patch
Type: text/x-patch
Size: 11092 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150925/b5881f03/attachment.bin>
More information about the llvm-commits
mailing list