[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Linker / metadata-with-global-value-operand.ll
blobfb4c01a721e7456d8fb822de5ecd66c3ecd05cf7
1 ; RUN: llvm-link -S -o - %s %S/Inputs/metadata-with-global-value-operand.ll | FileCheck %s
2 ; This test confirms that the !{null} from the second module doesn't get mapped
3 ; onto the abandoned !{i1* @var} node from this module.
5 ; CHECK: @var = global
6 @var = global i1 false
8 ; CHECK: !named.vars = !{!0}
9 ; CHECK: !named.null = !{!1}
10 !named.vars = !{!0}
12 ; CHECK: !0 = !{i1* @var}
13 ; CHECK: !1 = !{null}
14 !0 = !{i1* @var}