repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
CodeGen
/
Generic
/
inline-asm-special-strings.ll
blob
5ef568863baddc4cb1ecb127a76b4599997e6909
1
; RUN: llc -no-integrated-as < %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
}