Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / CodeGen / Generic / addc-fold2.ll
blob8f3cdd0793d4bb3210ebf26b37cafdfcd35cdac2
1 ; RUN: llvm-as < %s | llc -march=x86 | grep add
2 ; RUN: llvm-as < %s | llc -march=x86 | not grep adc
4 define i64 @test(i64 %A, i32 %B) {
5         %tmp12 = zext i32 %B to i64             ; <i64> [#uses=1]
6         %tmp3 = shl i64 %tmp12, 32              ; <i64> [#uses=1]
7         %tmp5 = add i64 %tmp3, %A               ; <i64> [#uses=1]
8         ret i64 %tmp5