[Mlir-commits] [mlir] [mlir] [memref] Compile-time memref.alloc Scheduling/Merging optimization (PR #95882)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Jun 20 20:26:01 PDT 2024
================
@@ -0,0 +1,465 @@
+# Compile-time memref.alloc Scheduling and Merging
+
+This document describes a compile-time optimization on `memref.alloc` to reduce
----------------
Menooker wrote:
It is currently only for `memref.alloc` and for default address space only.
https://github.com/llvm/llvm-project/pull/95882
More information about the Mlir-commits
mailing list