repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Thumb2
/
thumb2-add6.ll
blob
af092937344cc7a1945e6666bc42f0f5f743e27e
1
; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
2
3
define i64 @f1(i64 %a, i64 %b) {
4
; CHECK-LABEL: f1:
5
; CHECK: adds r0, r0, r2
6
; CHECK: adcs r1, r3
7
%tmp = add i64 %a, %b
8
ret i64 %tmp
9
}