[flang-commits] [flang] [mlir] [mlir][NVVM] Add ops for vote all and any sync (PR #134309)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Thu Apr 3 16:02:09 PDT 2025


================
@@ -819,6 +819,26 @@ def NVVM_VoteBallotOp :
   let hasCustomAssemblyFormat = 1;
 }
 
+def NVVM_VoteAllSyncOp : NVVM_Op<"vote.all.sync">,
----------------
clementval wrote:

Added a VoteSyncKind and also support for `uni` version of the op. 

https://github.com/llvm/llvm-project/pull/134309


More information about the flang-commits mailing list