android_mt6572_jiabo/external/llvm/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
2025-09-05 16:56:03 +08:00

8 lines
233 B
LLVM

; RUN: llc -no-integrated-as < %s
; Test that we can have an "X" output constraint.
define void @test(i16 * %t) {
call void asm sideeffect "foo $0", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( i16* %t )
ret void
}