[Mlir-commits] [llvm] [mlir] [LLVM][NVPTX][MLIR] Add mbarrier layout support (PR #217252)

Guray Ozen llvmlistbot at llvm.org
Wed Aug 19 03:57:43 PDT 2026


================
@@ -704,6 +705,33 @@ def NVVM_MBarrierInvalOp : NVVM_VoidIntrinsicOp<"mbarrier.inval">,
   let assemblyFormat = "$addr attr-dict `:` type(operands)";
 }
 
+def NVVM_MBarrierCheckLayoutOp :
----------------
grypp wrote:

Can we split this into another PR? 

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


More information about the Mlir-commits mailing list