1 ; RUN: llc -march=hexagon < %s
3 ; Used to fail with "Cannot select: 0x16cb2d0: v4i16 = zero_extend"
5 target triple = "hexagon-unknown-linux-gnu"
7 ; Function Attrs: nounwind
10 br i1 undef, label %b1, label %b3
15 b2: ; preds = %b2, %b1
16 %v0 = load <3 x i8>, ptr undef, align 8
17 %v1 = zext <3 x i8> %v0 to <3 x i16>
18 store <3 x i16> %v1, ptr undef, align 8
25 attributes #0 = { nounwind }