[Mlir-commits] [mlir] [ROCDL] Added missing named barrier ops (gfx1250) (PR #162488)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Oct 9 02:55:14 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"]>,
----------------
ravil-mobile wrote:
Agree. Removed the trait. As I can see there is not `HasSideEffect` trait in MLIR. So, I left the list of traits empty
https://github.com/llvm/llvm-project/pull/162488
More information about the Mlir-commits
mailing list