xref: /aosp_15_r20/external/llvm/test/CodeGen/Generic/inline-asm-special-strings.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc -no-integrated-as < %s | grep "foo 0 0"
2
3define void @bar() nounwind {
4	tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
5	ret void
6}
7