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
/
distinct-cycles.ll
blob
b9b496c50c14cbd5a7e51f483e5bb728625aa058
1
; RUN: llvm-link -o - -S %s | FileCheck %s
2
; Crasher for PR22456: MapMetadata() should resolve all cycles.
3
4
; CHECK: !named = !{!0}
5
!named = !{!0}
6
7
; CHECK: !0 = distinct !{!1}
8
!0 = distinct !{!1}
9
10
; CHECK-NEXT: !1 = !{!2}
11
; CHECK-NEXT: !2 = !{!1}
12
!1 = !{!2}
13
!2 = !{!1}