1 ; RUN: llc < %s -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) {
11 %z12 = add i16 %y1, %y2
12 %z34 = add i16 %y3, %y4
13 %p = add i16 %z12, %z34