[PATCH] D19223: Fix lit test comment from r252331.

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 18 07:34:57 PDT 2016


mcrosier created this revision.
mcrosier added a reviewer: sanjoy.
mcrosier added a subscriber: llvm-commits.

The test is performing an unsigned comparison.

 Chad

http://reviews.llvm.org/D19223

Files:
  test/Transforms/InstSimplify/implies.ll

Index: test/Transforms/InstSimplify/implies.ll
===================================================================
--- test/Transforms/InstSimplify/implies.ll
+++ test/Transforms/InstSimplify/implies.ll
@@ -128,7 +128,7 @@
   ret i1 %res
 }
 
-; i +_{nuw} 1 <s L  ==> i < L +_{nuw} 1
+; i +_{nuw} 1 <u L  ==> i < L +_{nuw} 1
 define i1 @test8(i32 %length.i, i32 %i) {
 ; CHECK-LABEL: @test8(
 ; CHECK:         ret i1 true


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19223.54062.patch
Type: text/x-patch
Size: 422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160418/c0472460/attachment.bin>


More information about the llvm-commits mailing list