- Removes the half-completed prior attempt at region/block mutation in favor of new approach to ownership.
- Will re-add mutation more correctly in a follow-on.
- Eliminates the detached state on blocks and regions, simplifying the ownership hierarchy.
- Adds both iterator and index based access at each level.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Address comments.
mlir/lib/Bindings/Python/IRModules.h | ||
---|---|---|
278 | Doesn't hurt - I was rather scattershot in adding asserts while debugging and missed making this consistent. |
Nit: getParentOperation?