repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Generic
/
inline-asm-special-strings.ll
blob
5f9f34d1e78ce2eb0e00e92ca81858e3c0fa3585
1
; RUN: llc -no-integrated-as < %s | FileCheck %s
2
3
define void @bar() nounwind {
4
; CHECK: foo 0 0{{$}}
5
tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
6
; CHECK: bar 1 x{{$}}
7
tail call void asm sideeffect "bar $(${:uid} x$| ${:uid} x$)", ""() nounwind
8
ret void
9
}