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: 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
; 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
797
+
; CHECK-NEXT: Unknown data dependence.
798
+
; CHECK-NEXT: Dependences:
799
+
; CHECK-NEXT: Unknown:
800
+
; CHECK-NEXT: %l = load <vscale x 4 x i8>, ptr %a, align 4 ->
801
+
; CHECK-NEXT: store i32 0, ptr %gep, align 4
802
+
; CHECK-EMPTY:
803
+
; CHECK-NEXT: Run-time memory checks:
804
+
; CHECK-NEXT: Grouped accesses:
805
+
; CHECK-EMPTY:
806
+
; CHECK-NEXT: Non vectorizable stores to invariant address were not found in loop.
0 commit comments