We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c654cf0 commit 2381f78Copy full SHA for 2381f78
llvm/test/Analysis/UniformityAnalysis/AMDGPU/irreducible/diverged-entry-headers-nested.ll
@@ -126,10 +126,9 @@ exit:
126
;; only the inner cycle is reported as diverged.
127
;;
128
;; CHECK-LABEL: UniformityInfo for function 'headers_b_t':
129
-;; NOCHECK: CYCLES ASSSUMED DIVERGENT:
130
-;; NOCHECK: depth=2: entries(T P) S Q R
131
-;; NOCHECK: CYCLES WITH DIVERGENT EXIT:
132
-;; NOCHECK: depth=1: entries(B A) D T S Q P R C
+;; CHECK: CYCLES ASSSUMED DIVERGENT:
+;; CHECK: depth=2: entries(T P) S Q R
+;; CHECK-NOT: CYCLES WITH DIVERGENT EXIT:
133
134
define amdgpu_kernel void @headers_b_t(i32 %a, i32 %b, i32 %c) {
135
entry:
0 commit comments