[Mlir-commits] [mlir] [mlir][vector] Verify non-unit strides on `masked/expand/compress` ops (PR #210952)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Thu Jul 23 07:32:58 PDT 2026
================
@@ -6190,6 +6190,33 @@ static LogicalResult verifyLoadStoreMemRefLayout(Operation *op,
return success();
}
+/// Verifies that `memRefTy`'s most minor dimension does not have a
----------------
banach-space wrote:
If this method is to check the input memref, why is there also a Vector and an Operaton operand? This is too complex. IMO, you can safely replace this with an inline check.
https://github.com/llvm/llvm-project/pull/210952
More information about the Mlir-commits
mailing list