[Mlir-commits] [mlir] [MLIR] Determine contiguousness of memrefs with dynamic dimensions (PR #142421)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Fri Jun 6 10:07:52 PDT 2025


================
@@ -190,7 +190,7 @@ func.func @transfer_read_leading_dynamic_dims(
 
 // One of the dims to be flattened is dynamic - not supported ATM.
 
-func.func @negative_transfer_read_dynamic_dim_to_flatten(
----------------
ftynse wrote:

Please keep at least one negative test. This specific case may now be supported, but there are other cases that wouldn't be.

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


More information about the Mlir-commits mailing list