[Mlir-commits] [mlir] [MLIR][XeGPU] Remove offsets from create_nd_tdesc & remove update_nd_offset, move offsets to load/store/prefetch ops (PR #193330)

Nishant Patel llvmlistbot at llvm.org
Fri Apr 24 13:51:52 PDT 2026


================
@@ -477,77 +410,11 @@ struct UnrollDpasOp : public UnrollPattern<xegpu::DpasOp> {
   }
 };
 
-struct UnrollLoadGatherOp : public UnrollPattern<xegpu::LoadGatherOp> {
----------------
nbpatel wrote:

there were two (one with offset, one without) removed the one without offset

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


More information about the Mlir-commits mailing list