1 ; RUN: opt < %s -disable-verify -instcombine -S | opt -S | FileCheck %s
2 ; Formerly crashed, PR8490.
5 define i32 @test3(i1 %bool, i32 %a) {
7 %cond = or i1 %bool, true
8 br i1 %cond, label %return, label %xpto
10 ; technically reachable, but this malformed IR may appear as a result of constant propagation
12 %select = select i1 %bool, i32 %a, i32 %select
13 %select2 = select i1 %bool, i32 %select2, i32 %a
14 %sum = add i32 %select, %select2