[Mlir-commits] [mlir] [MLIR][XeGPU][VectorToXeGPU] Add lowering from vector.gather/scatter to xegpu.load/store (PR #158024)
Adam Siemieniuk
llvmlistbot at llvm.org
Tue Sep 16 08:28:06 PDT 2025
================
@@ -97,6 +97,17 @@ static LogicalResult transferPreconditions(PatternRewriter &rewriter,
return success();
}
+// Common preconditions for the lowering of vector.gather and vector.scatter:
+// 1. Source is a memref.
----------------
adam-smnk wrote:
nit: it's already pretty obvious from the code, I'd skip this comment
https://github.com/llvm/llvm-project/pull/158024
More information about the Mlir-commits
mailing list