1 ; RUN: llvm-as < %s | llc -march=arm | grep "subs r" | count 2
2 ; RUN: llvm-as < %s | llc -march=arm | grep "adc r"
3 ; RUN: llvm-as < %s | llc -march=arm | grep "sbc r" | count 2
5 define i64 @f1(i64 %a, i64 %b) {
11 define i64 @f2(i64 %a, i64 %b) {
14 %tmp2 = sub i64 %tmp1, %b