diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/unaligned-32-byte-memops.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/unaligned-32-byte-memops.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/unaligned-32-byte-memops.ll b/llvm/test/CodeGen/X86/unaligned-32-byte-memops.ll index b9deb058cb3..391f7a38a37 100644 --- a/llvm/test/CodeGen/X86/unaligned-32-byte-memops.ll +++ b/llvm/test/CodeGen/X86/unaligned-32-byte-memops.ll @@ -254,7 +254,7 @@ define <32 x i8> @combine_16_byte_loads_i8(<16 x i8>* %ptr, <32 x i8> %x) { define <4 x double> @combine_16_byte_loads_double(<2 x double>* %ptr, <4 x double> %x) { ; AVXSLOW-LABEL: combine_16_byte_loads_double: ; AVXSLOW: # BB#0: -; AVXSLOW-NEXT: vmovupd 144(%rdi), %xmm1 +; AVXSLOW-NEXT: vmovups 144(%rdi), %xmm1 ; AVXSLOW-NEXT: vinsertf128 $1, 160(%rdi), %ymm1, %ymm1 ; AVXSLOW-NEXT: vaddpd %ymm0, %ymm1, %ymm0 ; AVXSLOW-NEXT: retq |