[PATCH] D156088: [AMDGPU] - Mark inverse.ballot as divergent
Jessica Del via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 24 08:27:55 PDT 2023
OutOfCache updated this revision to Diff 543568.
OutOfCache added a comment.
Modifying the correct intrinsic
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156088/new/
https://reviews.llvm.org/D156088
Files:
llvm/include/llvm/IR/IntrinsicsAMDGPU.td
Index: llvm/include/llvm/IR/IntrinsicsAMDGPU.td
===================================================================
--- llvm/include/llvm/IR/IntrinsicsAMDGPU.td
+++ llvm/include/llvm/IR/IntrinsicsAMDGPU.td
@@ -1926,7 +1926,7 @@
def int_amdgcn_inverse_ballot :
Intrinsic<[llvm_i1_ty], [llvm_anyint_ty],
- [IntrNoMem, IntrConvergent, IntrWillReturn, IntrNoCallback, IntrNoFree]>;
+ [IntrNoMem, IntrWillReturn, IntrNoCallback, IntrNoFree]>;
def int_amdgcn_readfirstlane :
ClangBuiltin<"__builtin_amdgcn_readfirstlane">,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156088.543568.patch
Type: text/x-patch
Size: 551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230724/f76e8ea1/attachment.bin>
More information about the llvm-commits
mailing list