jameysharp requested elliottt for a review on PR #8606.
jameysharp requested wasmtime-compiler-reviewers for a review on PR #8606.
jameysharp opened PR #8606 from jameysharp:no-lowering-aliases
to bytecodealliance:main
:
The egraph pass was already doing this, when it ran, and it never adds any aliases. So do it slightly earlier and unconditionally, and avoid needing to resolve any aliases during lowering.
elliottt submitted PR review:
Makes sense to me! I interpreted the title of the PR as meaning we would remove aliases later in the pipeline, so I was slightly confused by both the removal from the egraphs pass, and the addition to
optimize
. However, the description cleared my questions up :)
jameysharp merged PR #8606.
Last updated: Nov 22 2024 at 16:03 UTC