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
/
unique-fwd-decl-a.ll
blob
c1a4b1d5a5770d245b3eb05411d64c57453d8ef4
1
; RUN: llvm-link %s %S/Inputs/unique-fwd-decl-b.ll -S -o - | FileCheck %s
2
3
; Test that the arguments of !a and !b get uniqued.
4
; CHECK: !a = !{!0}
5
; CHECK: !b = !{!0}
6
7
!a = !{!0}
8
!0 = !{!1}
9
!1 = !{}