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
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
Linker
/
Inputs
/
PR8300.b.ll
blob
ce17f5f0dbe1566b5b0c13f359f77e68501b0d5f
1
%foo = type { [8 x i8] }
2
%bar = type { [9 x i8] }
3
4
@zed = alias void (%foo*), bitcast (void (%bar*)* @xyz to void (%foo*)*)
5
6
define void @xyz(%bar* %this) {
7
entry:
8
ret void
9
}