[PATCH] D20058: [SCEV] No-wrap flags are not propagated when folding "{S, +, X}+T ==> {S+T, +, X}"

Oleg Ranevskyy via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 16:10:57 PDT 2016


iid_iunknown marked 2 inline comments as done.
iid_iunknown added a comment.

In http://reviews.llvm.org/D20058#437833, @sanjoy wrote:

> Let me know if you need me to check this in for you.


I have commit access and can commit it on my own.
Thanks!


================
Comment at: test/Analysis/ScalarEvolution/nsw.ll:201
@@ +200,3 @@
+for.end:
+  ret void
+}
----------------
The tool I used for diff creation removed the trailing eol for some reason.
Fixed.


Repository:
  rL LLVM

http://reviews.llvm.org/D20058





More information about the llvm-commits mailing list