[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Linker / Inputs / metadata-attach.ll
blobe1752297d2598f8f258583591b397a98fe061d65
1 @g1 = external global i32, !attach !0
3 @g2 = global i32 1, !attach !0
5 @g3 = global i32 2, !attach !0
7 declare !attach !0 void @f1()
9 define void @f2() !attach !0 {
10   call void @f1()
11   store i32 0, i32* @g1
12   ret void
15 define void @f3() !attach !0 {
16   ret void
19 !0 = !{i32 1}