[PATCH] D156088: [AMDGPU] - Mark inverse.ballot as divergent
Jessica Del via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 24 01:06:51 PDT 2023
OutOfCache created this revision.
OutOfCache added reviewers: arsenm, nhaehnle.
Herald added subscribers: kerbowa, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: All.
OutOfCache requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
`inverse.ballot` checks if a cc bit is set for the current
lane. Therefore, it is divergent.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D156088
Files:
llvm/include/llvm/IR/IntrinsicsAMDGPU.td
llvm/test/Transforms/InstCombine/AMDGPU/amdgcn-intrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156088.543409.patch
Type: text/x-patch
Size: 13463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230724/d2f13016/attachment.bin>
More information about the llvm-commits
mailing list