[llvm] [mlir] [LLVM][NVPTX][MLIR] Add mbarrier layout support (PR #217252)
Guray Ozen via llvm-commits
llvm-commits at lists.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 llvm-commits
mailing list