On Sandybridge split unaligned 256bit stores into two xmm-sized stores.
[oota-llvm.git] / test / CodeGen / X86 / MergeConsecutiveStores.ll
index 64825bac97190957714a98879ede22a61fe50891..52deadc792426e81406b730bf6a12a3853fb3e90 100644 (file)
@@ -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