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
Revert "[InstCombine] Support gep nuw in icmp folds" (#118698)
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
InstCombine
/
2012-01-11-OpaqueBitcastCrash.ll
blob
0aee53b80eb6400cba077d767613fb1df954eb51
1
; RUN: opt < %s -passes=instcombine -disable-output
2
3
%opaque_struct = type opaque
4
5
@G = external global [0 x %opaque_struct]
6
7
declare void @foo(ptr)
8
9
define void @bar() {
10
call void @foo(ptr @G)
11
ret void
12
}