repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git]
/
test
/
CodeGen
/
X86
/
2006-07-10-InlineAsmAConstraint.ll
blob
760fe3650e90295090c47c2bcee2f0d7b7e99d7d
1
; RUN: llvm-as < %s | llc -march=x86
2
; PR825
3
4
define i64 @test() {
5
%tmp.i5 = call i64 asm sideeffect "rdtsc", "=A,~{dirflag},~{fpsr},~{flags}"( ) ; <i64> [#uses=1]
6
ret i64 %tmp.i5
7
}
8