[llvm] r316322 - Test commit.

Artur Gainullin via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 06:25:49 PDT 2017


Author: arturgainullin
Date: Mon Oct 23 06:25:49 2017
New Revision: 316322

URL: http://llvm.org/viewvc/llvm-project?rev=316322&view=rev
Log:
Test commit.

Modified:
    llvm/trunk/test/Transforms/InstCombine/minmax-fold.ll

Modified: llvm/trunk/test/Transforms/InstCombine/minmax-fold.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/minmax-fold.ll?rev=316322&r1=316321&r2=316322&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/minmax-fold.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/minmax-fold.ll Mon Oct 23 06:25:49 2017
@@ -690,6 +690,7 @@ define <8 x float> @bitcast_vector_umin(
 }
 
 ; Check that we look through cast and recognize min idiom.
+
 define zeroext i8 @look_through_cast1(i32 %x) {
 ; CHECK-LABEL: @look_through_cast1(
 ; CHECK-NEXT:    [[TMP1:%.*]] = icmp slt i32 [[X:%.*]], 511
@@ -704,6 +705,7 @@ define zeroext i8 @look_through_cast1(i3
 }
 
 ; Check that we look through cast but min is not recognized.
+
 define zeroext i8 @look_through_cast2(i32 %x) {
 ; CHECK-LABEL: @look_through_cast2(
 ; CHECK-NEXT:    [[CMP1:%.*]] = icmp slt i32 [[X:%.*]], 510




More information about the llvm-commits mailing list