mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
e06d77c9ae
Create new copies of distinct `MDNode`s instead of following the uniquing `MDNode` logic. Just like self-references (or other cycles), `MapMetadata()` creates a new node. In practice most calls use `RF_NoModuleLevelChanges`, in which case nothing is duplicated anyway. Part of PR22111. llvm-svn: 225476
14 lines
223 B
LLVM
14 lines
223 B
LLVM
@global = linkonce global i32 0
|
|
|
|
!named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8}
|
|
|
|
!0 = !{}
|
|
!1 = !{!0}
|
|
!2 = !{i32* @global}
|
|
!3 = distinct !{}
|
|
!4 = distinct !{!0}
|
|
!5 = distinct !{i32* @global}
|
|
!6 = !{!3}
|
|
!7 = !{!4}
|
|
!8 = !{!5}
|