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-1.ll
blob
4081a9b00e439838719a0d6f82c5e29b272c08b8
1
%struct.A = type { %struct.B* }
2
%struct.B = type opaque
3
4
define i32 @foo(%struct.A** %A) {
5
ret i32 0
6
}