brintos

brintos / llvm-project-archived public Read only

0
0
Text · 362 B · 5b2b58d Raw
23 lines · plain
1; This file is used by linkmdnode.ll, so it doesn't actually do anything itself2;3; RUN: true4 5!22 = !{i32 42, !"foobar"}6 7declare i8 @llvm.something(metadata %a)8define void @foo1() {9  ;; Intrinsic using MDNode and MDString10  %x = call i8 @llvm.something(metadata !22)11  ret void12}13 14 15 16; PR901517define void @test() {18  ret void, !abc !019}20 21!0 = !{!0, i32 42 }22 23