[Mlir-commits] [mlir] [mlir][NVVM] Add support for barrier0 operation with predicate (PR #167036)

Valentin Clement バレンタイン クレメン llvmlistbot at llvm.org
Sat Nov 8 08:27:24 PST 2025


================
@@ -977,6 +977,54 @@ def NVVM_Barrier0Op : NVVM_Op<"barrier0"> {
   }];
 }
 
+// Attrs describing the predicate of barrier0 operation.
+def Barrier0PredPopc : I32EnumAttrCase<"POPC", 0, "popc">;
----------------
clementval wrote:

Right, the predicate is the value passed. This is the reduction. I'll update that. 

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


More information about the Mlir-commits mailing list