CostModel: increase the default cost of supported floating point operations from...
[oota-llvm.git] / test / Analysis / CostModel / X86 / arith.ll
index 85b442533f412b758198ac9b81ec5843ef0513be..92f5a1ec3a00a076407da48b928e318d3e795dbb 100644 (file)
@@ -66,9 +66,9 @@ define void @avx2mull() {
 
 ; CHECK: fmul
 define i32 @fmul(i32 %arg) {
-  ;CHECK: cost of 1 {{.*}} fmul
+  ;CHECK: cost of 2 {{.*}} fmul
   %A = fmul <4 x float> undef, undef
-  ;CHECK: cost of 1 {{.*}} fmul
+  ;CHECK: cost of 2 {{.*}} fmul
   %B = fmul <8 x float> undef, undef
   ret i32 undef
 }