[PATCH] D23267: [LVI] Take range metadata into account while calculating icmp condition constraints
Sanjoy Das via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 8 10:09:59 PDT 2016
sanjoy accepted this revision.
sanjoy added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: test/Transforms/CorrelatedValuePropagation/range.ll:460
@@ +459,3 @@
+ %result = icmp eq i32 %a, 255
+ ret i1 %result
+
----------------
Phabricator says there's a missing newline at the end of this file.
https://reviews.llvm.org/D23267
More information about the llvm-commits
mailing list