[PATCH] D18684: [SCEV] See through op.with.overflow intrinsics
Sanjoy Das via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 9 13:52:10 PDT 2016
sanjoy updated this revision to Diff 53157.
sanjoy added a comment.
Address review:
- Export isOverflowIntrinsicNoWrap to ValueTracking
- Generalize the logic a bit and add more tests to demonstrate
I couldn't find a better name than `isOverflowIntrinsicNoWrap` that
isn't also terribly verbose. Suggestions welcome!
http://reviews.llvm.org/D18684
Files:
include/llvm/Analysis/ValueTracking.h
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ValueTracking.cpp
test/Analysis/ScalarEvolution/overflow-intrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18684.53157.patch
Type: text/x-patch
Size: 19261 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160409/85fd382b/attachment.bin>
More information about the llvm-commits
mailing list