[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Hexagon / vect-any_extend.ll
blobb4b4feb5613ed3c49de0fa35f3f76171b83345ea
1 ; RUN: llc -march=hexagon < %s
2 ; REQUIRES: asserts
3 ; Used to fail with "Cannot select: 0x17300f0: v2i32 = any_extend"
5 target triple = "hexagon-unknown-linux-gnu"
7 ; Function Attrs: nounwind
8 define void @f0() #0 {
9 b0:
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
13   unreachable
16 attributes #0 = { nounwind }