[Mlir-commits] [mlir] [mlir][bufferization] Add static memory planner pass for compile-time buffer allocation (PR #205125)
Matthias Springer
llvmlistbot at llvm.org
Tue Jun 23 02:19:52 PDT 2026
================
----------------
matthias-springer wrote:
Delete this comment, instead add an assertion below:
```c++
assert((arenaAlignment + currentOffset) % alloc.alignment == 0 && "invalid alignment");
```
https://github.com/llvm/llvm-project/pull/205125
More information about the Mlir-commits
mailing list