[PATCH] D13686: [SCEV] Teach SCEV some axioms about non-wrapping arithmetic

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 11:22:03 PDT 2015


reames accepted this revision.
reames added a comment.
This revision is now accepted and ready to land.

LGTM w/minor comment.


================
Comment at: test/Transforms/IndVarSimplify/eliminate-comparison.ll:480
@@ -479,1 +479,3 @@
 
+define void @func_22(i32* %length.ptr) {
+; CHECK-LABEL: @func_22(
----------------
A short comment about *what* this is testing for would make it far easier to understand.  


http://reviews.llvm.org/D13686





More information about the llvm-commits mailing list