diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-11-08 03:46:32 +0000 |
|---|---|---|
| committer | Stephen Hines <srhines@google.com> | 2011-11-14 09:11:59 -0800 |
| commit | b61fac1dae03b61e0793a6698183031b240e8a87 (patch) | |
| tree | 10bbf1e56b9297373266701665a3ab0addc91eb6 | |
| parent | 69f80a508bd33d7a95c60119ae8ea52f72165ef7 (diff) | |
| download | external_llvm-b61fac1dae03b61e0793a6698183031b240e8a87.zip external_llvm-b61fac1dae03b61e0793a6698183031b240e8a87.tar.gz external_llvm-b61fac1dae03b61e0793a6698183031b240e8a87.tar.bz2 | |
test/CodeGen/X86/vec_shuffle-38.ll: Relax expression for Win32 x64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144067 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | test/CodeGen/X86/vec_shuffle-38.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_shuffle-38.ll b/test/CodeGen/X86/vec_shuffle-38.ll index 3531e32..66da013 100644 --- a/test/CodeGen/X86/vec_shuffle-38.ll +++ b/test/CodeGen/X86/vec_shuffle-38.ll @@ -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> |
