[Mlir-commits] [mlir] [ROCDL] Added missing named barrier ops (gfx1250) (PR #162488)
Alan Li
llvmlistbot at llvm.org
Wed Oct 8 17:48:48 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"]>,
----------------
alanliai wrote:
it has no outputs so it cannot be pure... otherwise it will get eliminated.
https://github.com/llvm/llvm-project/pull/162488
More information about the Mlir-commits
mailing list