From 2e39498114c8715920cce51488990ac36a3c61b0 Mon Sep 17 00:00:00 2001 From: Kalle Raiskila Date: Mon, 21 Jun 2010 15:11:51 +0000 Subject: [PATCH] Add the check to the testcase of r106419. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106421 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/CellSPU/shuffles.ll | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/CodeGen/CellSPU/shuffles.ll b/test/CodeGen/CellSPU/shuffles.ll index 85b16506e95..04accb9c56b 100644 --- a/test/CodeGen/CellSPU/shuffles.ll +++ b/test/CodeGen/CellSPU/shuffles.ll @@ -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> ret <4 x float> %val