From a2a179dd7dd007a8589afea72b8722224986c3bd Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 15 Jul 2012 14:38:35 +0000 Subject: llvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll: Rewrite expressions to fit various targets. - Make sure existence of "barrier". - Confirm reload corresponding to spill. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160232 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2012-07-15-broadcastfold.ll | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/CodeGen/X86/2012-07-15-broadcastfold.ll') diff --git a/test/CodeGen/X86/2012-07-15-broadcastfold.ll b/test/CodeGen/X86/2012-07-15-broadcastfold.ll index 6a7bb63b88..3b7a8a7b87 100644 --- a/test/CodeGen/X86/2012-07-15-broadcastfold.ll +++ b/test/CodeGen/X86/2012-07-15-broadcastfold.ll @@ -3,7 +3,9 @@ declare x86_fastcallcc i64 @barrier() ;CHECK: bcast_fold -;CHECK: vbroadcastss -24(%ebp), %ymm0 # 16-byte Folded Reload +;CHECK: vmovaps %xmm{{[0-9]+}}, [[SPILLED:[^\)]+\)]] +;CHECK: barrier +;CHECK: vbroadcastss [[SPILLED]], %ymm0 ;CHECK: ret define <8 x float> @bcast_fold( float* %A) { BB: -- cgit v1.2.3