diff options
author | Nadav Rotem <nrotem@apple.com> | 2013-03-14 23:49:44 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2013-03-14 23:49:44 +0000 |
commit | dd7a300c10bb0aaaf9e044c2180ca1b4c84e40c7 (patch) | |
tree | 855591f6c45fd0a1e5a66c3291a2e36dd3f59a01 /test/CodeGen/X86/avx-load-store.ll | |
parent | cacff672dd532d882727a51e73c96f19fde45828 (diff) |
Unaligned loads should use the VMOVUPS opcode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177130 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/avx-load-store.ll')
-rw-r--r-- | test/CodeGen/X86/avx-load-store.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/avx-load-store.ll b/test/CodeGen/X86/avx-load-store.ll index 77a7c4f945..432852d47d 100644 --- a/test/CodeGen/X86/avx-load-store.ll +++ b/test/CodeGen/X86/avx-load-store.ll @@ -55,7 +55,7 @@ define void @storev16i16(<16 x i16> %a) nounwind { ; CHECK: storev16i16_01 ; CHECK: vextractf128 -; CHECK: vmovaps %xmm +; CHECK: vmovups %xmm define void @storev16i16_01(<16 x i16> %a) nounwind { store <16 x i16> %a, <16 x i16>* undef, align 4 unreachable |