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
/
Thumb2
/
thumb2-add6.ll
blob
0ecaa793909f7c3a0fad8953463e986b7e0c383c
1
; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck %s
2
3
define i64 @f1(i64 %a, i64 %b) {
4
; CHECK: f1:
5
; CHECK: adds r0, r0, r2
6
; CHECK: adcs r1, r3
7
%tmp = add i64 %a, %b
8
ret i64 %tmp
9
}