[Mlir-commits] [mlir] [ROCDL] Added missing named barrier ops (gfx1250) (PR #162488)
Krzysztof Drewniak
llvmlistbot at llvm.org
Wed Oct 8 11:21:57 PDT 2025
================
@@ -292,18 +292,56 @@ def ROCDL_BarrierOp : ROCDL_Op<"barrier"> {
let assemblyFormat = "attr-dict";
}
+def ROCDLBufferLDS : LLVM_PointerInAddressSpace<3>;
+
+def ROCDL_BarrierInitOp : ROCDL_IntrOp<"s.barrier.init", [], [], [Pure], 0, 0, 0, 0, [1], ["id"]>,
----------------
krzysz00 wrote:
... Heck, the LLVM has `IntrHasSideEffects`
https://github.com/llvm/llvm-project/pull/162488
More information about the Mlir-commits
mailing list