Implement the cost of abnormal x86 instruction lowering as a table.
[oota-llvm.git] / test / Analysis / CostModel / X86 / arith.ll
index 58b4a7c42653aee3c24609ab0bc8b758d4b521e3..37cca8d5406705f44c55a5dab95436d483823ae4 100644 (file)
@@ -12,6 +12,8 @@ define i32 @add(i32 %arg) {
   %C = add <2 x i64> undef, undef
   ;CHECK: cost of 4 {{.*}} add
   %D = add <4 x i64> undef, undef
+  ;CHECK: cost of 8 {{.*}} add
+  %E = add <8 x i64> undef, undef
   ;CHECK: cost of 1 {{.*}} ret
   ret i32 undef
 }