projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Eliminate more uses of llvm-as and llvm-dis.
[oota-llvm.git]
/
test
/
CodeGen
/
Generic
/
inline-asm-special-strings.ll
1
; RUN: llc < %s | grep "foo 0 0"
2
3
define void @bar() nounwind {
4
tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
5
ret void
6
}