[Mlir-commits] [mlir] [MLIR] Determine contiguousness of memrefs with a dynamic dimension (PR #140872)

James Newling llvmlistbot at llvm.org
Thu May 29 08:46:56 PDT 2025


https://github.com/newling approved this pull request.

> I think I need to fix a bit the logic in  vector::isContiguousSlice where we first want all the N trailing dimensions of the memref to be contiguous (where N is the vector rank), but then allow leading 1s in the vector.

I think that makes sense 

> I am happy for you to decide whether to land this as is (provided that James doesn't mind) or to refactor first.

I'm definitely happy for this to land as it is

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


More information about the Mlir-commits mailing list