Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Thumb2 / thumb2-add6.ll
blobaf092937344cc7a1945e6666bc42f0f5f743e27e
1 ; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
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