Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp | ||
---|---|---|
278–287 | I find the name confusing and the documentation wrong given the current body of the function. It does not check whether an operation is an allocation _scope_, but whether an operation may be allocating. With this change, it only checks whether the operation _itself_ allocates. |
mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp | ||
---|---|---|
283 | But the op is not a _scope_. It's an allocation. |
But the op is not a _scope_. It's an allocation.