amartosch opened PR #9585 from amartosch:domtree-blocks
to bytecodealliance:main
:
Since all branching instructions are terminators now, it makes sense to use blocks in
DominatorTree
as a unit of granularity. This makes interfaces a bit cleaner and allows to avoididom(..).inst_block(..).expect(..)
chain in a couple of places.This is an independent part of work on adding new dominator tree computation algorithm.
Discussed in zulip.
amartosch requested wasmtime-compiler-reviewers for a review on PR #9585.
amartosch requested fitzgen for a review on PR #9585.
fitzgen submitted PR review:
Nice clean up! Thanks!
fitzgen merged PR #9585.
Last updated: Nov 22 2024 at 16:03 UTC