repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
Linker
/
Inputs
/
pr22807-2.ll
blob
7739b77df25518663abe6bb284a4adb6521c34dc
1
%struct.A = type { %struct.B* }
2
%struct.B = type opaque
3
4
define i32 @bar(%struct.A* %A) {
5
ret i32 0
6
}