Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / CodeGen / Thumb2 / thumb2-mov4.ll
blob74c522f94f07b3e28a64d829ca800e123898fc47
1 ; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {movw\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#65535} | count 1
3 define i32 @f6(i32 %a) {
4     %tmp = add i32 0, 65535
5     ret i32 %tmp