repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git]
/
llvm
/
test
/
Analysis
/
CostModel
/
X86
/
i32.ll
blob
6c6c42a9950aa1a2e8d93e15aeb278279298db56
1
; RUN: opt < %s -passes="print<cost-model>" 2>&1 -disable-output -mtriple=i386 -mcpu=corei7-avx | FileCheck %s
2
3
;CHECK: cost of 0 {{.*}} ret
4
define i32 @no_info(i32 %arg) {
5
%e = add i64 undef, undef
6
ret i32 undef
7
}