brintos

brintos / llvm-project-archived public Read only

0
0
Text · 248 B · f85cda0 Raw
9 lines · plain
1; RUN: llc -no-integrated-as < %s2 3; Test that we can have an "X" output constraint.4 5define void @test(ptr %t) {6        call void asm sideeffect "foo $0", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( ptr elementtype( i16) %t )7        ret void8}9