alexcrichton opened PR #6466 from alexcrichton:x64-minor-refactor
to bytecodealliance:main
:
Currently helpers for emitting an
MInst
are interspersed throughout the actual instruction constructors of the formx64_*
. This commit centralizes all of these helpers to one section ofinst.isle
to make it a bit easier to organize them and more clear where to add new ones.A few minor refactorings were performed as well for two new constructors which are now used in instruction lowerings.
alexcrichton requested jameysharp for a review on PR #6466.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #6466.
jameysharp submitted PR review:
Yes, this looks like a nice cleanup. Thanks!
alexcrichton merged PR #6466.
Last updated: Nov 22 2024 at 16:03 UTC