[Mlir-commits] [mlir] [MLIR][XeGPU][VectorToXeGPU] Lower vector.load/store/transfer_read/transfer_write to new offsets syntax (PR #162095)

Adam Siemieniuk llvmlistbot at llvm.org
Tue Oct 21 00:59:56 PDT 2025


================
@@ -121,6 +121,39 @@ isValidGatherScatterParams(Type maskTy, VectorType valueTy,
   return success();
 }
 
+// Verify that number of offsets matches either the source rank or the tdesc
----------------
adam-smnk wrote:

Op verifier should be contained to the op itself without accessing any external data.

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


More information about the Mlir-commits mailing list