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
Shrink Thumb2 movcc instructions.
[llvm/avr.git]
/
test
/
CodeGen
/
XCore
/
basictest.ll
blob
803ffcb74cc12fc06a14fd328f430650e5d37492
1
; RUN: llvm-as < %s | llc -march=xcore
2
3
define i32 @test(i32 %X) {
4
%tmp.1 = add i32 %X, 1
5
ret i32 %tmp.1
6
}