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
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
2006-07-10-InlineAsmAConstraint.ll
blob
1c5b9d07eeb8faa196cdce1bbfa3d7d2e67ed6f9
1
; RUN: llc < %s -mtriple=i686--
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