repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
CodeGen
/
AVR
/
features
/
avr-tiny.ll
blob
e497efa59095d6a4589170e0c5115db4b3313239
1
; RUN: llc -mattr=avrtiny -O0 < %s -march=avr | FileCheck %s
2
3
define i16 @reg_copy16(i16, i16 %a) {
4
; CHECK-LABEL: reg_copy16
5
; CHECK: mov r24, r22
6
; CHECK: mov r25, r23
7
8
ret i16 %a
9
}