[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Hexagon / swp-loopval.ll
blob6ede28af02c437a4dac8de8fc0f7acc3caba4cac
1 ; RUN: llc -march=hexagon -enable-pipeliner < %s
2 ; REQUIRES: asserts
4 ; Check that we correctly rename instructions that use a Phi's loop value,
5 ; and the Phi and loop value are defined after the instruction.
7 %s.0 = type { [4 x i8], i16, i16, i32, [8 x i8], i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, [4 x %s.1], [4 x i8], i32, i32, [4 x i8], [14 x %s.2] }
8 %s.1 = type { i32, i32 }
9 %s.2 = type { [4 x i8] }
11 ; Function Attrs: nounwind
12 define void @f0(ptr nocapture %a0) #0 {
13 b0:
14   br i1 undef, label %b1, label %b2
16 b1:                                               ; preds = %b0
17   unreachable
19 b2:                                               ; preds = %b0
20   br label %b8
22 b3:                                               ; preds = %b9
23   unreachable
25 b4:                                               ; preds = %b9
26   br i1 undef, label %b7, label %b5
28 b5:                                               ; preds = %b4
29   br i1 undef, label %b6, label %b7
31 b6:                                               ; preds = %b6, %b5
32   %v0 = phi i32 [ %v10, %b6 ], [ 0, %b5 ]
33   %v1 = load i32, ptr undef, align 4
34   %v2 = getelementptr inbounds %s.0, ptr %a0, i32 0, i32 29, i32 %v0
35   %v4 = load i32, ptr %v2, align 4
36   %v5 = and i32 %v1, 65535
37   %v6 = and i32 %v4, -65536
38   %v7 = or i32 %v6, %v5
39   %v8 = and i32 %v7, -2031617
40   %v9 = or i32 %v8, 0
41   store i32 %v9, ptr %v2, align 4
42   %v10 = add nsw i32 %v0, 1
43   %v11 = icmp eq i32 %v10, undef
44   br i1 %v11, label %b7, label %b6
46 b7:                                               ; preds = %b6, %b5, %b4
47   ret void
49 b8:                                               ; preds = %b8, %b2
50   br i1 undef, label %b9, label %b8
52 b9:                                               ; preds = %b8
53   br i1 undef, label %b3, label %b4
56 attributes #0 = { nounwind "target-cpu"="hexagonv55" }