Skip to content

Commit aac0def

Browse files
committed
Fixup - mark as source of divergence
1 parent b51d4b7 commit aac0def

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/AMDGPU/AMDGPUSearchableTables.td

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@ def : SourceOfDivergence<int_amdgcn_inverse_ballot>;
362362
foreach intr = AMDGPUImageDimAtomicIntrinsics in
363363
def : SourceOfDivergence<intr>;
364364

365+
def : SourceOfDivergence<int_amdgcn_dead>;
366+
365367
class AlwaysUniform<Intrinsic intr> {
366368
Intrinsic Intr = intr;
367369
}

0 commit comments

Comments
 (0)