[Mlir-commits] [mlir] [MLIR][XeGPU] Fix layout inference issues blocking MXFP_GEMM test (PR #196243)

Artem Kroviakov llvmlistbot at llvm.org
Thu May 7 05:12:04 PDT 2026


================
@@ -1066,6 +1069,7 @@ xegpu::DistributeLayoutAttr xegpu::setupInterleaveResultLayout(
     DistributeLayoutAttr consumerLayout, const xegpu::uArch::uArch *uArch) {
 
   ArrayRef<int64_t> srcShape = srcVecTy.getShape();
----------------
akroviakov wrote:

Do we even need this variable at this point? Can't `resShape` replace `srcShape` in other usages within the pattern (i.e., `srcShape.size()`)?

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


More information about the Mlir-commits mailing list