1 ; RUN: llc -march=hexagon < %s
3 ; Used to fail with "Cannot select: 0x17300f0: v2i32 = any_extend"
5 target triple = "hexagon-unknown-linux-gnu"
7 ; Function Attrs: nounwind
10 %v0 = load <4 x i8>, ptr undef, align 8
11 %v1 = zext <4 x i8> %v0 to <4 x i32>
12 store <4 x i32> %v1, ptr undef, align 8
16 attributes #0 = { nounwind }