[Mlir-commits] [mlir] [MLIR] Determine contiguousness of memrefs with dynamic dimensions (PR #142421)
Momchil Velikov
llvmlistbot at llvm.org
Thu Jun 5 09:50:27 PDT 2025
================
@@ -838,6 +838,26 @@ def Builtin_MemRef : Builtin_Type<"MemRef", "memref", [
///
bool areTrailingDimsContiguous(int64_t n);
+ /// Return the maximum number of trailing dimensions that are
----------------
momchil-velikov wrote:
Done
https://github.com/llvm/llvm-project/pull/142421
More information about the Mlir-commits
mailing list