[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Hexagon / swp-reuse-phi-6.ll
blobe6aa9ccb53080e60a61ddccb09da3a82de63f757
1 ; RUN: llc -march=hexagon < %s -pipeliner-experimental-cg=true | FileCheck %s
3 ; Test that the pipeliner generates correct code when attempting to reuse
4 ; an existing phi. This test case contains a phi that references another
5 ; phi (the value from the previous iteration), and when there is a use that
6 ; is schedule in a later iteration. When this occurs, the pipeliner was
7 ; using a value from the wrong iteration.
9 ; CHECK: loop0(.LBB0_[[LOOP:.]],
10 ; CHECK: .LBB0_[[LOOP]]:
11 ; CHECK: vlalign([[VREG1:v([0-9]+)]],[[VREG2:v([0-9]+)]],#2)
12 ; CHECK: [[VREG2]]:{{[0-9]+}} = vcombine([[VREG1]],v{{[0-9]+}})
13 ; CHECK: }{{[ \t]*}}:endloop0
15 ; Function Attrs: nounwind
16 define void @f0(i32 %a0, i32 %a1, ptr %a2, ptr %a3) #0 {
17 b0:
18   %v0 = shl nsw i32 %a0, 1
19   %v1 = sub i32 0, %v0
20   %v2 = sub i32 0, %a0
21   %v3 = getelementptr inbounds i8, ptr %a2, i32 %v1
22   %v4 = getelementptr inbounds i8, ptr %a2, i32 %v2
23   %v5 = getelementptr inbounds i8, ptr %a2, i32 %a0
24   %v6 = getelementptr inbounds i8, ptr %a2, i32 %v0
25   %v7 = getelementptr inbounds i8, ptr %v6, i32 64
26   %v9 = getelementptr inbounds i8, ptr %v5, i32 64
27   %v11 = getelementptr inbounds i8, ptr %a2, i32 64
28   %v13 = getelementptr inbounds i8, ptr %v4, i32 64
29   %v15 = getelementptr inbounds i8, ptr %v3, i32 64
30   br label %b1
32 b1:                                               ; preds = %b1, %b0
33   %v17 = phi ptr [ %v59, %b1 ], [ %a3, %b0 ]
34   %v18 = phi ptr [ %v34, %b1 ], [ %v7, %b0 ]
35   %v19 = phi ptr [ %v32, %b1 ], [ %v9, %b0 ]
36   %v20 = phi ptr [ %v30, %b1 ], [ %v11, %b0 ]
37   %v21 = phi ptr [ %v28, %b1 ], [ %v13, %b0 ]
38   %v22 = phi ptr [ %v26, %b1 ], [ %v15, %b0 ]
39   %v23 = phi <32 x i32> [ %v39, %b1 ], [ undef, %b0 ]
40   %v24 = phi <32 x i32> [ %v23, %b1 ], [ undef, %b0 ]
41   %v25 = phi i32 [ %v60, %b1 ], [ %a1, %b0 ]
42   %v26 = getelementptr inbounds <16 x i32>, ptr %v22, i32 1
43   %v27 = load <16 x i32>, ptr %v22, align 64
44   %v28 = getelementptr inbounds <16 x i32>, ptr %v21, i32 1
45   %v29 = load <16 x i32>, ptr %v21, align 64
46   %v30 = getelementptr inbounds <16 x i32>, ptr %v20, i32 1
47   %v31 = load <16 x i32>, ptr %v20, align 64
48   %v32 = getelementptr inbounds <16 x i32>, ptr %v19, i32 1
49   %v33 = load <16 x i32>, ptr %v19, align 64
50   %v34 = getelementptr inbounds <16 x i32>, ptr %v18, i32 1
51   %v35 = load <16 x i32>, ptr %v18, align 64
52   %v36 = tail call <32 x i32> @llvm.hexagon.V6.vaddubh(<16 x i32> %v27, <16 x i32> %v35) #2
53   %v37 = tail call <32 x i32> @llvm.hexagon.V6.vmpybus.acc(<32 x i32> %v36, <16 x i32> %v31, i32 101058054) #2
54   %v38 = tail call <32 x i32> @llvm.hexagon.V6.vcombine(<16 x i32> %v33, <16 x i32> %v29) #2
55   %v39 = tail call <32 x i32> @llvm.hexagon.V6.vmpabus.acc(<32 x i32> %v37, <32 x i32> %v38, i32 67372036) #2
56   %v40 = tail call <16 x i32> @llvm.hexagon.V6.lo(<32 x i32> %v23) #2
57   %v41 = tail call <16 x i32> @llvm.hexagon.V6.lo(<32 x i32> %v24) #2
58   %v42 = tail call <16 x i32> @llvm.hexagon.V6.vlalignbi(<16 x i32> %v40, <16 x i32> %v41, i32 2) #2
59   %v43 = tail call <16 x i32> @llvm.hexagon.V6.hi(<32 x i32> %v23) #2
60   %v44 = tail call <16 x i32> @llvm.hexagon.V6.hi(<32 x i32> %v24) #2
61   %v45 = tail call <16 x i32> @llvm.hexagon.V6.vlalignbi(<16 x i32> %v43, <16 x i32> %v44, i32 2) #2
62   %v46 = tail call <16 x i32> @llvm.hexagon.V6.lo(<32 x i32> %v39) #2
63   %v47 = tail call <16 x i32> @llvm.hexagon.V6.valignbi(<16 x i32> %v46, <16 x i32> %v40, i32 2) #2
64   %v48 = tail call <16 x i32> @llvm.hexagon.V6.hi(<32 x i32> %v39) #2
65   %v49 = tail call <16 x i32> @llvm.hexagon.V6.valignbi(<16 x i32> %v48, <16 x i32> %v43, i32 2) #2
66   %v50 = tail call <16 x i32> @llvm.hexagon.V6.vaddh(<16 x i32> %v45, <16 x i32> %v43) #2
67   %v51 = tail call <16 x i32> @llvm.hexagon.V6.vaddh(<16 x i32> %v40, <16 x i32> %v47) #2
68   %v52 = tail call <16 x i32> @llvm.hexagon.V6.vaddh(<16 x i32> %v42, <16 x i32> %v47) #2
69   %v53 = tail call <16 x i32> @llvm.hexagon.V6.vmpyiwb.acc(<16 x i32> %v52, <16 x i32> %v40, i32 101058054) #2
70   %v54 = tail call <16 x i32> @llvm.hexagon.V6.vmpyiwb.acc(<16 x i32> %v53, <16 x i32> %v50, i32 67372036) #2
71   %v55 = tail call <16 x i32> @llvm.hexagon.V6.vaddh(<16 x i32> %v45, <16 x i32> %v49) #2
72   %v56 = tail call <16 x i32> @llvm.hexagon.V6.vmpyiwb.acc(<16 x i32> %v55, <16 x i32> %v43, i32 101058054) #2
73   %v57 = tail call <16 x i32> @llvm.hexagon.V6.vmpyiwb.acc(<16 x i32> %v56, <16 x i32> %v51, i32 67372036) #2
74   %v58 = tail call <16 x i32> @llvm.hexagon.V6.vshuffob(<16 x i32> %v57, <16 x i32> %v54) #2
75   %v59 = getelementptr inbounds <16 x i32>, ptr %v17, i32 1
76   store <16 x i32> %v58, ptr %v17, align 64
77   %v60 = add nsw i32 %v25, -64
78   %v61 = icmp sgt i32 %v25, 128
79   br i1 %v61, label %b1, label %b2
81 b2:                                               ; preds = %b1
82   ret void
85 ; Function Attrs: nounwind readnone
86 declare <32 x i32> @llvm.hexagon.V6.vcombine(<16 x i32>, <16 x i32>) #1
88 declare <32 x i32> @llvm.hexagon.V6.vmpabus.acc(<32 x i32>, <32 x i32>, i32) #1
89 declare <16 x i32> @llvm.hexagon.V6.hi(<32 x i32>) #1
90 declare <16 x i32> @llvm.hexagon.V6.vlalignbi(<16 x i32>, <16 x i32>, i32) #1
91 declare <16 x i32> @llvm.hexagon.V6.lo(<32 x i32>) #1
92 declare <16 x i32> @llvm.hexagon.V6.valignbi(<16 x i32>, <16 x i32>, i32) #1
93 declare <16 x i32> @llvm.hexagon.V6.vaddh(<16 x i32>, <16 x i32>) #1
94 declare <32 x i32> @llvm.hexagon.V6.vaddubh(<16 x i32>, <16 x i32>) #1
95 declare <32 x i32> @llvm.hexagon.V6.vmpybus.acc(<32 x i32>, <16 x i32>, i32) #1
96 declare <16 x i32> @llvm.hexagon.V6.vmpyiwb.acc(<16 x i32>, <16 x i32>, i32) #1
97 declare <16 x i32> @llvm.hexagon.V6.vshuffob(<16 x i32>, <16 x i32>) #1
99 attributes #0 = { nounwind "target-cpu"="hexagonv65" "target-features"="+hvxv65,+hvx-length64b" }
100 attributes #1 = { nounwind readnone }
101 attributes #2 = { nounwind }