switch-truncate-crash.ll 117 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 ; RUN: opt -instcombine < %s define void @test() { switch i32 0, label %out [i32 0, label %out] out: ret void }