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
/
metadata-global.ll
blob
56d77e128bde87009ac29d987248ffe9ca4aa0df
1
; RUN: llvm-link %s -S | FileCheck %s
2
3
; CHECK-DAG: @a = global i32 0
4
; CHECK-DAG: @b = global i32 0, !associated !0
5
6
; CHECK-DAG: !0 = !{i32* @b}
7
8
@a = global i32 0
9
@b = global i32 0, !associated !0
10
11
!0 = !{i32* @b}