[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 08:02:42 PDT 2026


================
@@ -289,13 +289,6 @@ func.func @prefetch_offset_wi_1(%src: memref<4x4xf32>) {
   return
 }
 
-// -----
-func.func @prefetch_offset_wi_3(%src: memref<16xf32>) {
-  // expected-error at +1 {{Expects offsets}}
-  xegpu.prefetch %src: memref<16xf32>
----------------
nbpatel wrote:

offsets are no longer optional so this will now fail at the parser level and never reach verifier

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


More information about the Mlir-commits mailing list