Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / CodeGen / Blackfin / 2009-08-04-LowerExtract-Live.ll
blob58076f9c2d886837753e7853b4c5ccbbad0d3171
1 ; RUN: llvm-as < %s | llc -march=bfin -join-liveintervals=0 -verify-machineinstrs
3 ; Provoke an error in LowerSubregsPass::LowerExtract where the live range of a
4 ; super-register is illegally extended.
6 define i16 @f(i16 %x1, i16 %x2, i16 %x3, i16 %x4) {
7   %y1 = add i16 %x1, 1
8   %y2 = add i16 %x2, 2
9   %y3 = add i16 %x3, 3
10   %y4 = add i16 %x4, 4
11   %z12 = add i16 %y1, %y2
12   %z34 = add i16 %y3, %y4
13   %p = add i16 %z12, %z34
14   ret i16 %p