[llvm-commits] [llvm] r144067 - /llvm/trunk/test/CodeGen/X86/vec_shuffle-38.ll
NAKAMURA Takumi
geek4civic at gmail.com
Mon Nov 7 19:46:33 PST 2011
Author: chapuni
Date: Mon Nov 7 21:46:32 2011
New Revision: 144067
URL: http://llvm.org/viewvc/llvm-project?rev=144067&view=rev
Log:
test/CodeGen/X86/vec_shuffle-38.ll: Relax expression for Win32 x64.
Modified:
llvm/trunk/test/CodeGen/X86/vec_shuffle-38.ll
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-38.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-38.ll?rev=144067&r1=144066&r2=144067&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-38.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-38.ll Mon Nov 7 21:46:32 2011
@@ -48,7 +48,7 @@
; CHECK: f
define <4 x float> @f(<4 x float> %x, double* nocapture %y) nounwind uwtable readonly ssp {
entry:
- ; CHECK: movlps (%rdi), %xmm0
+ ; CHECK: movlps (%{{rdi|rdx}}), %xmm0
%u110.i = load double* %y, align 1
%tmp8.i = insertelement <2 x double> undef, double %u110.i, i32 0
%tmp9.i = bitcast <2 x double> %tmp8.i to <4 x float>
More information about the llvm-commits
mailing list