[llvm-commits] [llvm] r106421 - /llvm/trunk/test/CodeGen/CellSPU/shuffles.ll
Kalle Raiskila
kalle.raiskila at nokia.com
Mon Jun 21 08:11:51 PDT 2010
Author: kraiskil
Date: Mon Jun 21 10:11:51 2010
New Revision: 106421
URL: http://llvm.org/viewvc/llvm-project?rev=106421&view=rev
Log:
Add the check to the testcase of r106419.
Modified:
llvm/trunk/test/CodeGen/CellSPU/shuffles.ll
Modified: llvm/trunk/test/CodeGen/CellSPU/shuffles.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/CellSPU/shuffles.ll?rev=106421&r1=106420&r2=106421&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/CellSPU/shuffles.ll (original)
+++ llvm/trunk/test/CodeGen/CellSPU/shuffles.ll Mon Jun 21 10:11:51 2010
@@ -8,6 +8,9 @@
}
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
More information about the llvm-commits
mailing list