summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-07-04 08:19:37 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-07-04 08:19:37 +0000
commitd32b08c62afddbf31366a5bb29aaa288755851e4 (patch)
tree7f096a648dbdadb92b3ce07fc59c9bf52e4c2e64
parent5d79bb5d32be680858f8ffa6a820eb2276950c0c (diff)
downloadbcm5719-llvm-d32b08c62afddbf31366a5bb29aaa288755851e4.tar.gz
bcm5719-llvm-d32b08c62afddbf31366a5bb29aaa288755851e4.zip
[x86] Move some check lines to be slightly easier for me to find.
(meant to put this cleanup in the previous patch, sorry) llvm-svn: 212325
-rw-r--r--llvm/test/CodeGen/X86/widen_cast-4.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/widen_cast-4.ll b/llvm/test/CodeGen/X86/widen_cast-4.ll
index 03dffc4842c..19b84f19a4f 100644
--- a/llvm/test/CodeGen/X86/widen_cast-4.ll
+++ b/llvm/test/CodeGen/X86/widen_cast-4.ll
@@ -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
OpenPOWER on IntegriCloud