[x86] Move some check lines to be slightly easier for me to find.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 4 Jul 2014 08:19:37 +0000 (08:19 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 4 Jul 2014 08:19:37 +0000 (08:19 +0000)
(meant to put this cleanup in the previous patch, sorry)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212325 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/widen_cast-4.ll

index 03dffc4842ce449776198b91bb3787fbd1fef000..19b84f19a4ff96fa061fc3fa589bd60d6a43f309 100644 (file)
@@ -24,8 +24,6 @@ forcond:              ; preds = %forinc, %entry
        br i1 %cmp, label %forbody, label %afterfor
 
 forbody:               ; preds = %forcond
-; CHECK: %forbody
-; CHECK-WIDE: %forbody
        %tmp2 = load i32* %i            ; <i32> [#uses=1]
        %tmp3 = load i64** %dst_i.addr          ; <i64*> [#uses=1]
        %arrayidx = getelementptr i64* %tmp3, i32 %tmp2         ; <i64*> [#uses=1]
@@ -47,6 +45,7 @@ forbody:              ; preds = %forcond
        %shr = ashr <8 x i8> %add, < i8 2, i8 2, i8 2, i8 2, i8 2, i8 2, i8 2, i8 2 >           ; <<8 x i8>> [#uses=1]
        store <8 x i8> %shr, <8 x i8>* %arrayidx10
        br label %forinc
+; CHECK: %forbody
 ; CHECK:      pmovzxbw
 ; CHECK-NEXT: paddw
 ; CHECK-NEXT: psllw $8
@@ -56,6 +55,7 @@ forbody:              ; preds = %forcond
 ; CHECK-NEXT: movlpd
 ;
 ; FIXME: We shouldn't require both a movd and an insert.
+; CHECK-WIDE: %forbody
 ; CHECK-WIDE:      movd
 ; CHECK-WIDE-NEXT: pinsrd
 ; CHECK-WIDE-NEXT: paddb