[PATCH] D19213: [SCEV] Don't always add no-wrap flags to post-inc add recs
Hal Finkel via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 26 10:21:19 PDT 2016
hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: lib/Analysis/ScalarEvolution.cpp:3990
@@ +3989,3 @@
+
+ // We can add Flags to the post-inc expression only if we
+ // know that it us *undefined behavior* for BEValueV to
----------------
Indentation looks odd here.
http://reviews.llvm.org/D19213
More information about the llvm-commits
mailing list