repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git]
/
test
/
CodeGen
/
Alpha
/
rpcc.ll
blob
d6665b5d8d6f8d2f42b8d6cc58b9145b320f2817
1
; RUN: llc < %s -march=alpha | grep rpcc
2
3
declare i64 @llvm.readcyclecounter()
4
5
define i64 @foo() {
6
entry:
7
%tmp.1 = call i64 @llvm.readcyclecounter( ) ; <i64> [#uses=1]
8
ret i64 %tmp.1
9
}