Skip to content

Commit 2381f78

Browse files
committed
Fix lit test based on feedback
1 parent c654cf0 commit 2381f78

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

llvm/test/Analysis/UniformityAnalysis/AMDGPU/irreducible/diverged-entry-headers-nested.ll

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,9 @@ exit:
126126
;; only the inner cycle is reported as diverged.
127127
;;
128128
;; 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
129+
;; CHECK: CYCLES ASSSUMED DIVERGENT:
130+
;; CHECK: depth=2: entries(T P) S Q R
131+
;; CHECK-NOT: CYCLES WITH DIVERGENT EXIT:
133132

134133
define amdgpu_kernel void @headers_b_t(i32 %a, i32 %b, i32 %c) {
135134
entry:

0 commit comments

Comments
 (0)