[PATCH] D14100: [ValueTracking] Compute sign bit from range metadata
Sanjoy Das via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 26 19:04:24 PDT 2015
sanjoy marked an inline comment as done.
================
Comment at: test/Analysis/ValueTracking/sign-bit-from-md.ll:10
@@ +9,3 @@
+ ret i1 %is.eq
+; CHECK: true
+}
----------------
jingyue wrote:
> `ret i1 true`
>
> I'd be slightly more verbose to filter out unwanted cases such as `and i8 true, ...`.
>
Will fix and check in.
http://reviews.llvm.org/D14100
More information about the llvm-commits
mailing list