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
Remove simple regalloc. It has bit rotted.
[llvm/avr.git]
/
test
/
CodeGen
/
XCore
/
getid.ll
blob
ecab65c0e92e2f037b84cc9d0b2cce5b39dfa540
1
; RUN: llc < %s -march=xcore > %t1.s
2
; RUN: grep "get r11, id" %t1.s | count 1
3
declare i32 @llvm.xcore.getid()
4
5
define i32 @test() {
6
%result = call i32 @llvm.xcore.getid()
7
ret i32 %result
8
}