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

Jianhui Li llvmlistbot at llvm.org
Fri Apr 24 08:32:44 PDT 2026


================
@@ -175,7 +175,7 @@ def XeGPU_TensorDesc: XeGPUTypeDef<"TensorDesc", "tensor_desc",
 }
 
 def XeGPU_GatherScatterSourceType
-    : AnyTypeOf<[XeGPU_TensorDesc, XeGPU_GatherScatterBaseAddrType]>;
+    : AnyTypeOf<[XeGPU_GatherScatterBaseAddrType]>;
----------------
Jianhui-Li wrote:

do we still need AnyTypeOf? 

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


More information about the Mlir-commits mailing list