You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; CHECK-NEXT: Memory dependences are safe with run-time checks
11
+
; CHECK-NEXT: Report: unsafe dependent memory operations in loop. Use #pragma clang loop distribute(enable) to allow loop distribution to attempt to isolate the offending operations into a separate loop
12
+
; CHECK-NEXT: Unknown data dependence.
12
13
; CHECK-NEXT: Dependences:
14
+
; CHECK-NEXT: Unknown:
15
+
; CHECK-NEXT: %l = load i32, ptr %gep, align 4 ->
16
+
; CHECK-NEXT: store i32 %add, ptr %gep.mul.2, align 4
17
+
; CHECK-EMPTY:
13
18
; CHECK-NEXT: Run-time memory checks:
14
-
; CHECK-NEXT: Check 0:
15
-
; CHECK-NEXT: Comparing group ([[GRP1:0x[0-9a-f]+]]):
; CHECK-NEXT: Memory dependences are safe with run-time checks
48
+
; CHECK-NEXT: Report: unsafe dependent memory operations in loop. Use #pragma clang loop distribute(enable) to allow loop distribution to attempt to isolate the offending operations into a separate loop
49
+
; CHECK-NEXT: Unknown data dependence.
55
50
; CHECK-NEXT: Dependences:
51
+
; CHECK-NEXT: Unknown:
52
+
; CHECK-NEXT: %l = load i32, ptr %gep, align 4 ->
53
+
; CHECK-NEXT: store i32 %add, ptr %gep.mul.2, align 4
54
+
; CHECK-EMPTY:
56
55
; CHECK-NEXT: Run-time memory checks:
57
-
; CHECK-NEXT: Check 0:
58
-
; CHECK-NEXT: Comparing group ([[GRP3:0x[0-9a-f]+]]):
; CHECK-NEXT: Memory dependences are safe with run-time checks
86
+
; CHECK-NEXT: Report: unsafe dependent memory operations in loop. Use #pragma clang loop distribute(enable) to allow loop distribution to attempt to isolate the offending operations into a separate loop
87
+
; CHECK-NEXT: Unknown data dependence.
99
88
; CHECK-NEXT: Dependences:
89
+
; CHECK-NEXT: Unknown:
90
+
; CHECK-NEXT: %l = load i32, ptr %gep, align 4 ->
91
+
; CHECK-NEXT: store i32 %add, ptr %gep.mul.2, align 4
92
+
; CHECK-EMPTY:
100
93
; CHECK-NEXT: Run-time memory checks:
101
-
; CHECK-NEXT: Check 0:
102
-
; CHECK-NEXT: Comparing group ([[GRP5:0x[0-9a-f]+]]):
; CHECK-NEXT: Memory dependences are safe with run-time checks
124
+
; CHECK-NEXT: Report: unsafe dependent memory operations in loop. Use #pragma clang loop distribute(enable) to allow loop distribution to attempt to isolate the offending operations into a separate loop
125
+
; CHECK-NEXT: Unknown data dependence.
143
126
; CHECK-NEXT: Dependences:
127
+
; CHECK-NEXT: Unknown:
128
+
; CHECK-NEXT: %l = load i32, ptr %gep, align 4 ->
129
+
; CHECK-NEXT: store i32 %add, ptr %gep.mul.2, align 4
130
+
; CHECK-EMPTY:
144
131
; CHECK-NEXT: Run-time memory checks:
145
-
; CHECK-NEXT: Check 0:
146
-
; CHECK-NEXT: Comparing group ([[GRP7:0x[0-9a-f]+]]):
; CHECK-NEXT: Memory dependences are safe with run-time checks
162
+
; CHECK-NEXT: Report: unsafe dependent memory operations in loop. Use #pragma clang loop distribute(enable) to allow loop distribution to attempt to isolate the offending operations into a separate loop
163
+
; CHECK-NEXT: Unknown data dependence.
187
164
; CHECK-NEXT: Dependences:
165
+
; CHECK-NEXT: Unknown:
166
+
; CHECK-NEXT: %l = load i32, ptr %gep, align 4 ->
167
+
; CHECK-NEXT: store i32 %add, ptr %gep.mul.2, align 4
168
+
; CHECK-EMPTY:
188
169
; CHECK-NEXT: Run-time memory checks:
189
-
; CHECK-NEXT: Check 0:
190
-
; CHECK-NEXT: Comparing group ([[GRP9:0x[0-9a-f]+]]):
; CHECK-NEXT: Memory dependences are safe with run-time checks
200
+
; CHECK-NEXT: Report: unsafe dependent memory operations in loop. Use #pragma clang loop distribute(enable) to allow loop distribution to attempt to isolate the offending operations into a separate loop
201
+
; CHECK-NEXT: Unknown data dependence.
231
202
; CHECK-NEXT: Dependences:
203
+
; CHECK-NEXT: Unknown:
204
+
; CHECK-NEXT: %l = load i32, ptr %gep, align 4 ->
205
+
; CHECK-NEXT: store i32 %add, ptr %gep.mul.2, align 4
206
+
; CHECK-EMPTY:
232
207
; CHECK-NEXT: Run-time memory checks:
233
-
; CHECK-NEXT: Check 0:
234
-
; CHECK-NEXT: Comparing group ([[GRP11:0x[0-9a-f]+]]):
0 commit comments