test/CodeGen/X86/vec_shuffle-38.ll: Relax expression for Win32 x64.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 8 Nov 2011 03:46:32 +0000 (03:46 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 8 Nov 2011 03:46:32 +0000 (03:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144067 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vec_shuffle-38.ll

index 3531e32ebcd77cbda2779640727bae047dd7eb15..66da013665f6831d8f8314e20d3aef0c03a00208 100644 (file)
@@ -48,7 +48,7 @@ entry:
 ; 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>