[Mlir-commits] [mlir] [MLIR][XeGPU][VectorToXeGPU] Add lowering from vector.gather/scatter to xegpu.load/store (PR #158024)

Igor Zamyatin llvmlistbot at llvm.org
Thu Sep 11 08:25:39 PDT 2025


================
@@ -97,6 +97,21 @@ static LogicalResult transferPreconditions(PatternRewriter &rewriter,
   return success();
 }
 
+static LogicalResult gatherScatterPreconditions(PatternRewriter &rewriter,
----------------
Garra1980 wrote:

please add brief description

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


More information about the Mlir-commits mailing list