Stream: git-wasmtime

Topic: wasmtime / PR #10166 Winch: Rename v128 extend kind enum


view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2025 at 19:09):

jeffcharles opened PR #10166 from jeffcharles:winch-simd-rename-vector-load-enum to bytecodealliance:main:

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
A simple refactor to rename VectorExtendKind to V128LoadExtendKind. The reason why being that I need to introduce a _kind_ enum for the V128 extend instructions and V128ExtendKind seems like it would be a suitable name. The VectorExtendKind enum is only used by the SIMD _load and extend_ instructions so it seems appropriate to me to incorporate that it's specific to loads in the name.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2025 at 19:09):

jeffcharles requested wasmtime-compiler-reviewers for a review on PR #10166.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2025 at 19:09):

jeffcharles requested fitzgen for a review on PR #10166.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2025 at 19:39):

saulecabrera submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2025 at 19:59):

saulecabrera merged PR #10166.


Last updated: Feb 28 2025 at 02:27 UTC