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

Dmitry Chigarev llvmlistbot at llvm.org
Fri Sep 19 00:49:29 PDT 2025


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

done

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


More information about the Mlir-commits mailing list