22 lines · plain
1; RUN: llc -mtriple=hexagon < %s2; REQUIRES: asserts3 4; Test that we do not ICE with a cannot select message when5; generating a v16i32 constant pool node.6 7; Function Attrs: nounwind8define void @f0() #0 {9b0:10 br i1 undef, label %b1, label %b211 12b1: ; preds = %b1, %b013 %v0 = phi i32 [ 0, %b1 ], [ 0, %b0 ]14 store <16 x i32> zeroinitializer, ptr null, align 6415 br i1 false, label %b1, label %b216 17b2: ; preds = %b1, %b018 ret void19}20 21attributes #0 = { nounwind "target-cpu"="hexagonv60" }22