[clang] [flang] [llvm] [mlir] [LLVM][NVPTX][MLIR] Add mbarrier layout support (PR #217252)

Guray Ozen via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 7 03:05:02 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:

if you are not splitting the PR, can you make the title better?

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


More information about the cfe-commits mailing list