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
/
metadata-attach.ll
blob
e1752297d2598f8f258583591b397a98fe061d65
1
@g1 = external global i32, !attach !0
2
3
@g2 = global i32 1, !attach !0
4
5
@g3 = global i32 2, !attach !0
6
7
declare !attach !0 void @f1()
8
9
define void @f2() !attach !0 {
10
call void @f1()
11
store i32 0, i32* @g1
12
ret void
13
}
14
15
define void @f3() !attach !0 {
16
ret void
17
}
18
19
!0 = !{i32 1}