i32.ll 192 B

1234567
  1. ; RUN: opt < %s -cost-model -analyze -mtriple=i386 -mcpu=corei7-avx | FileCheck %s
  2. ;CHECK: cost of 0 {{.*}} ret
  3. define i32 @no_info(i32 %arg) {
  4. %e = add i64 undef, undef
  5. ret i32 undef
  6. }