Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / Hexagon / loop-rotate-liveins.ll
blobcdca0971135702d7e136a8974de2484080486df6
1 ; RUN: llc -march=hexagon -O3 -verify-machineinstrs < %s | FileCheck %s
3 ; Make sure that this testcase passes the verifier.
4 ; CHECK: call f1
6 target triple = "hexagon"
8 %s.0 = type { i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, [2 x i32], i32, i32, i32, i32, i32, i32, i32, i32, i64, i32, i32, i64, i32, i32, i64, i32, i32, i64, i64, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 }
10 @g0 = external global %s.0, align 8
11 @g1 = external hidden unnamed_addr constant [3 x i8], align 1
13 ; Function Attrs: nounwind
14 define void @f0() local_unnamed_addr #0 {
15 b0:
16   br label %b1
18 b1:                                               ; preds = %b0
19   switch i8 undef, label %b3 [
20     i8 35, label %b2
21     i8 10, label %b2
22   ]
24 b2:                                               ; preds = %b1, %b1
25   unreachable
27 b3:                                               ; preds = %b1
28   br label %b4
30 b4:                                               ; preds = %b3
31   switch i8 undef, label %b6 [
32     i8 35, label %b5
33     i8 10, label %b5
34   ]
36 b5:                                               ; preds = %b4, %b4
37   unreachable
39 b6:                                               ; preds = %b4
40   call void (ptr, ptr, ...) @f1(ptr nonnull undef, ptr @g1, ptr getelementptr inbounds (%s.0, ptr @g0, i32 0, i32 45)) #0
41   br label %b7
43 b7:                                               ; preds = %b6
44   switch i8 undef, label %b9 [
45     i8 35, label %b8
46     i8 10, label %b8
47   ]
49 b8:                                               ; preds = %b7, %b7
50   unreachable
52 b9:                                               ; preds = %b7
53   br label %b10
55 b10:                                              ; preds = %b9
56   switch i8 undef, label %b12 [
57     i8 35, label %b11
58     i8 10, label %b11
59   ]
61 b11:                                              ; preds = %b10, %b10
62   unreachable
64 b12:                                              ; preds = %b10
65   br label %b13
67 b13:                                              ; preds = %b12
68   switch i8 undef, label %b14 [
69     i8 35, label %b15
70     i8 10, label %b15
71   ]
73 b14:                                              ; preds = %b13
74   br label %b16
76 b15:                                              ; preds = %b13, %b13
77   unreachable
79 b16:                                              ; preds = %b17, %b14
80   %v0 = phi ptr [ %v2, %b17 ], [ undef, %b14 ]
81   %v1 = load i8, ptr %v0, align 1
82   switch i8 %v1, label %b17 [
83     i8 32, label %b18
84     i8 9, label %b18
85   ]
87 b17:                                              ; preds = %b16
88   %v2 = getelementptr inbounds i8, ptr %v0, i32 1
89   br label %b16
91 b18:                                              ; preds = %b16, %b16
92   unreachable
95 ; Function Attrs: nounwind
96 declare void @f1(ptr nocapture readonly, ptr nocapture readonly, ...) local_unnamed_addr #0
98 attributes #0 = { nounwind "target-cpu"="hexagonv62" }