Stream: git-wasmtime

Topic: wasmtime / PR #11149 x64: finish migrating SSE and AVX in...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2025 at 17:19):

abrown opened PR #11149 from abrown:asm-remaining to bytecodealliance:main:

This completes the migration of SSE and AVX instructions to the new assembler. Each commit has more details, but the overall summary is that a couple of instructions are added (e.g., insertps, pack*) and many already-migrated instructions allow removing the SseOpcode and AvxOpcode enumerations. This enables a cascade of dead code removal: mainly dead Inst variants but also some now-unused emission code.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2025 at 17:19):

abrown requested cfallin for a review on PR #11149.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2025 at 17:19):

abrown requested wasmtime-compiler-reviewers for a review on PR #11149.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2025 at 17:22):

abrown updated PR #11149.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2025 at 17:33):

abrown updated PR #11149.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2025 at 17:43):

cfallin submitted PR review:

Great to see a diffstat like +114 −1,257 -- thanks for pushing through the last of these!

view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2025 at 17:43):

cfallin has enabled auto merge for PR #11149.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2025 at 18:09):

cfallin merged PR #11149.


Last updated: Dec 06 2025 at 06:05 UTC