Sign in
swiftshader
/
SwiftShader
/
e1cf863e65c64d056a4d815c856ffbc7ed39bbb2
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
Generic
/
inline-asm-special-strings.ll
blob: d18221ef934dab4f9185fcac1408129ee9cb4c65 [
file
]
; RUN: llc < %s | grep "foo 0 0"
define
void
@bar
()
nounwind
{
tail
call
void
asm
sideeffect
"foo ${:uid} ${:uid}"
,
""
()
nounwind
ret
void
}