[Mlir-commits] [mlir] [mlir][vector] Verify non-unit strides on `masked/expand/compress` ops (PR #210952)
Federico Bruzzone
llvmlistbot at llvm.org
Fri Jul 24 04:23:12 PDT 2026
================
@@ -6190,6 +6190,33 @@ static LogicalResult verifyLoadStoreMemRefLayout(Operation *op,
return success();
}
+/// Verifies that `memRefTy`'s most minor dimension does not have a
----------------
FedericoBruzzone wrote:
Thanks, you're right. I simply used `memType.isLastDimUnitStride` :D
https://github.com/llvm/llvm-project/pull/210952
More information about the Mlir-commits
mailing list