[PATCH] D156088: [AMDGPU] - Mark inverse.ballot as not convergent

Jessica Del via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 10:53:02 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG93dc66a289b0: [AMDGPU] - Mark inverse.ballot as not convergent (authored by OutOfCache).

Changed prior to commit:
  https://reviews.llvm.org/D156088?vs=543568&id=544441#toc

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]>;
 
 class AMDGPUWaveReduce<LLVMType data_ty = llvm_anyint_ty> : Intrinsic<
     [data_ty], 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156088.544441.patch
Type: text/x-patch
Size: 557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230726/6c7acc31/attachment.bin>


More information about the llvm-commits mailing list