[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Hexagon / vcombine_subreg.ll
blobd3a603027c23b27c4684ca2ef675ee322f703070
1 ; RUN: llc -march=hexagon < %s
2 ; REQUIRES: asserts
4 target triple = "hexagon"
6 @g0 = common global <16 x i32> zeroinitializer, align 64
7 @g1 = common global <32 x i32> zeroinitializer, align 128
8 @g2 = common global <32 x i32> zeroinitializer, align 128
10 ; Function Attrs: nounwind
11 define void @f0() #0 {
12 b0:
13   %v0 = load <16 x i32>, ptr @g0, align 64
14   %v1 = load <32 x i32>, ptr @g1, align 128
15   %v2 = call <16 x i32> @llvm.hexagon.V6.hi(<32 x i32> %v1)
16   %v3 = tail call <32 x i32> @llvm.hexagon.V6.vcombine(<16 x i32> %v0, <16 x i32> %v2)
17   store <32 x i32> %v3, ptr @g2, align 128
18   ret void
21 ; Function Attrs: nounwind readnone
22 declare <16 x i32> @llvm.hexagon.V6.hi(<32 x i32>) #1
24 ; Function Attrs: nounwind readnone
25 declare <32 x i32> @llvm.hexagon.V6.vcombine(<16 x i32>, <16 x i32>) #1
27 attributes #0 = { nounwind "target-cpu"="hexagonv60" "target-features"="+hvxv60,+hvx-length64b" }
28 attributes #1 = { nounwind readnone }