CostModel: Change the default target-independent implementation for finding
[oota-llvm.git] / test / Transforms / LoopVectorize / X86 / gcc-examples.ll
index 574c529834ac6a86ac361d26ab4d98557fe41e97..156e7454a4c2a964b6c0ac82861f8b0736fee9b0 100644 (file)
@@ -9,9 +9,9 @@ target triple = "x86_64-apple-macosx10.8.0"
 
 ; Select VF = 8;
 ;CHECK: @example1
-;CHECK: load <8 x i32>
-;CHECK: add nsw <8 x i32>
-;CHECK: store <8 x i32>
+;CHECK: load <4 x i32>
+;CHECK: add nsw <4 x i32>
+;CHECK: store <4 x i32>
 ;CHECK: ret void
 define void @example1() nounwind uwtable ssp {
   br label %1