Add the check to the testcase of r106419.
authorKalle Raiskila <kalle.raiskila@nokia.com>
Mon, 21 Jun 2010 15:11:51 +0000 (15:11 +0000)
committerKalle Raiskila <kalle.raiskila@nokia.com>
Mon, 21 Jun 2010 15:11:51 +0000 (15:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106421 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/CellSPU/shuffles.ll

index 85b16506e9594615f0941498ade0525f205327ba..04accb9c56b8dda47f3011b2d5134b810d9034aa 100644 (file)
@@ -8,6 +8,9 @@ define <4 x float> @shuffle(<4 x float> %param1, <4 x float> %param2) {
 }
  
 define <4 x float> @splat(float %param1) {
+  ; CHECK: lqa
+  ; CHECK: shufb $3
+  ; CHECK: bi
   %vec = insertelement <1 x float> undef, float %param1, i32 0
   %val= shufflevector <1 x float> %vec, <1 x float> undef, <4 x i32> <i32 0,i32 0,i32 0,i32 0>
   ret <4 x float> %val