saulecabrera opened PR #10514 from saulecabrera:winchcc-remove-stale-comment
to bytecodealliance:main
:
Cranelift's Winch calling convention will never have to deal with results in more than one register since Winch doesn't make use of the types that would trigger that case, namely,
types::I128
. In all SIMD cases types are bound totypes::MxN
, which map to a single float register.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
saulecabrera requested fitzgen for a review on PR #10514.
saulecabrera requested wasmtime-compiler-reviewers for a review on PR #10514.
fitzgen submitted PR review.
saulecabrera merged PR #10514.
Last updated: Apr 18 2025 at 15:03 UTC