[Mlir-commits] [mlir] [MLIR] Determine contiguousness of memrefs with dynamic dimensions (PR #142421)
James Newling
llvmlistbot at llvm.org
Thu Jun 12 09:22:45 PDT 2025
================
----------------
newling wrote:
Perhaps a pass like this one which tests the another method of memref:
https://github.com/llvm/llvm-project/blob/afd31339458967d3da9a04379f46f5e9ec1bb587/mlir/test/lib/Analysis/TestMemRefStrideCalculation.cpp#L55
https://github.com/llvm/llvm-project/blob/afd31339458967d3da9a04379f46f5e9ec1bb587/mlir/test/Dialect/Affine/memref-stride-calculation.mlir#L77
https://github.com/llvm/llvm-project/pull/142421
More information about the Mlir-commits
mailing list