diff options
author | Nadav Rotem <nrotem@apple.com> | 2013-01-19 08:38:41 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2013-01-19 08:38:41 +0000 |
commit | ba9586544164e69754039a25cb0ef7907d27382d (patch) | |
tree | 98ebe27964ae162fa9c5dd28f27e7bfbdb4182ad /test/CodeGen/X86/MergeConsecutiveStores.ll | |
parent | cfcab21e4d0e4d7444b147898d6aed1348df3043 (diff) |
On Sandybridge split unaligned 256bit stores into two xmm-sized stores.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172894 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/MergeConsecutiveStores.ll')
-rw-r--r-- | test/CodeGen/X86/MergeConsecutiveStores.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/MergeConsecutiveStores.ll b/test/CodeGen/X86/MergeConsecutiveStores.ll index 64825bac97..52deadc792 100644 --- a/test/CodeGen/X86/MergeConsecutiveStores.ll +++ b/test/CodeGen/X86/MergeConsecutiveStores.ll @@ -42,7 +42,7 @@ define void @merge_const_store(i32 %count, %struct.A* nocapture %p) nounwind uwt ; Move the constants using a single vector store. ; CHECK: merge_const_store_vec -; CHECK: vmovups %ymm0, (%rsi) +; CHECK: vmovups ; CHECK: ret define void @merge_const_store_vec(i32 %count, %struct.B* nocapture %p) nounwind uwtable noinline ssp { %1 = icmp sgt i32 %count, 0 |