brintos

brintos / llvm-project-archived public Read only

0
0
Text · 289 B · 5f9f34d Raw
10 lines · plain
1; RUN: llc -no-integrated-as < %s | FileCheck %s2 3define void @bar() nounwind {4  ; CHECK: foo 0 0{{$}}5  tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind6  ; CHECK: bar 1 x{{$}}7  tail call void asm sideeffect "bar $(${:uid} x$| ${:uid} x$)", ""() nounwind8  ret void9}10