You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,17 +0,0 @@
|
||||
; RUN: opt %s -mtriple amdgcn-- -analyze -divergence | FileCheck %s
|
||||
|
||||
; CHECK: DIVERGENT: %tmp = cmpxchg volatile
|
||||
define amdgpu_kernel void @unreachable_loop(i32 %tidx) #0 {
|
||||
entry:
|
||||
unreachable
|
||||
|
||||
unreachable_loop: ; preds = %do.body.i, %if.then11
|
||||
%tmp = cmpxchg volatile i32 addrspace(1)* null, i32 0, i32 0 seq_cst seq_cst
|
||||
%cmp.i = extractvalue { i32, i1 } %tmp, 1
|
||||
br i1 %cmp.i, label %unreachable_loop, label %end
|
||||
|
||||
end: ; preds = %do.body.i51, %atomicAdd_g_f.exit
|
||||
unreachable
|
||||
}
|
||||
|
||||
attributes #0 = { norecurse nounwind }
|
Reference in New Issue
Block a user