[Mlir-commits] [mlir] [MLIR][XeGPU] Promote memref.alloca to SLM in convert-vector-to-xegpu (PR #197978)

Igor Zamyatin llvmlistbot at llvm.org
Fri May 22 09:54:25 PDT 2026


================
@@ -946,9 +947,86 @@ struct ContractionLowering : public OpRewritePattern<vector::ContractionOp> {
   }
 };
 
+// Returns `memrefTy` with its memory space replaced by `newMemSpace`.
+static MemRefType withMemorySpace(MemRefType memrefTy, Attribute newMemSpace) {
----------------
Garra1980 wrote:

maybe setMemorySpace?

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


More information about the Mlir-commits mailing list