diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/avx-splat.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/avx-splat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/avx-splat.ll b/llvm/test/CodeGen/X86/avx-splat.ll index 3856aeac3fd..a2537ce5c04 100644 --- a/llvm/test/CodeGen/X86/avx-splat.ll +++ b/llvm/test/CodeGen/X86/avx-splat.ll @@ -30,7 +30,7 @@ entry: ret <4 x i64> %vecinit6.i } -; CHECK: vmovlhps %xmm +; CHECK: vunpcklpd %xmm ; CHECK-NEXT: vinsertf128 $1 define <4 x double> @funcD(double %q) nounwind uwtable readnone ssp { entry: |