[Mlir-commits] [mlir] [mlir][vector] Don't treat memrefs with empty stride as non-contiguous (PR #76848)

Nicolas Vasilache llvmlistbot at llvm.org
Mon Jan 15 21:32:23 PST 2024


nicolasvasilache wrote:

Let's please revert this and not reinvent the wheel in every client.
Please use and/or improve `bool isLastMemrefDimUnitStride(MemRefType type);` from BuiltinTypes.h.

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


More information about the Mlir-commits mailing list