1 ; RUN: llc -march=hexagon < %s
4 ; Test that the HexagonExpandCondsets pass does not assert due to
5 ; attempting to shrink a live interval incorrectly.
8 define void @test() #0 {
10 br i1 undef, label %cleanup, label %if.end
13 %0 = load i32, ptr undef, align 4
14 %sext = shl i32 %0, 16
15 %conv19 = ashr exact i32 %sext, 16
16 br i1 undef, label %cleanup, label %for.body.lr.ph
22 %bestScoreL16Q4.0278 = phi i16 [ 32767, %for.body.lr.ph ], [ %.sink, %early_termination ]
23 br i1 false, label %for.body44.lr.ph, label %for.cond90.preheader
26 %conv77 = sext i16 %bestScoreL16Q4.0278 to i32
30 br i1 undef, label %early_termination, label %for.body97
33 br i1 undef, label %for.body97, label %early_termination
36 %.sink = select i1 undef, i16 undef, i16 %bestScoreL16Q4.0278
37 %cmp27 = icmp slt i32 undef, %conv19
38 br i1 %cmp27, label %for.body, label %for.end124
47 attributes #0 = { nounwind "target-cpu"="hexagonv60" }