[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git] / llvm / test / Analysis / CostModel / X86 / i32.ll
blob6c6c42a9950aa1a2e8d93e15aeb278279298db56
1 ; RUN: opt < %s  -passes="print<cost-model>" 2>&1 -disable-output -mtriple=i386 -mcpu=corei7-avx | FileCheck %s
3 ;CHECK: cost of 0 {{.*}} ret
4 define i32 @no_info(i32 %arg) {
5   %e = add i64 undef, undef
6   ret i32 undef