[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git] / llvm / test / Analysis / UniformityAnalysis / AMDGPU / unreachable-loop-block.ll
blobd9af81ab957e4a02b026f628424a3b5532b8335a
1 ; RUN: opt -mtriple amdgcn-- -passes='print<uniformity>' -disable-output %s 2>&1 | FileCheck %s
3 ; CHECK: DIVERGENT:  %tmp = cmpxchg volatile
4 define amdgpu_kernel void @unreachable_loop(i32 %tidx) #0 {
5 entry:
6   unreachable
8 unreachable_loop:                                        ; preds = %do.body.i, %if.then11
9   %tmp = cmpxchg volatile ptr addrspace(1) null, i32 0, i32 0 seq_cst seq_cst
10   %cmp.i = extractvalue { i32, i1 } %tmp, 1
11   br i1 %cmp.i, label %unreachable_loop, label %end
13 end:                                      ; preds = %do.body.i51, %atomicAdd_g_f.exit
14   unreachable
17 attributes #0 = { norecurse nounwind }