RESOLVED FIXED277446
[WASM] Fix prefixed-opcode code origins for relaxed SIMD opcodes
https://bugs.webkit.org/show_bug.cgi?id=277446
Summary [WASM] Fix prefixed-opcode code origins for relaxed SIMD opcodes
David Degazio
Reported 2024-07-31 13:46:03 PDT
https://bugs.webkit.org/show_bug.cgi?id=277089 assumes that the remaining part of a prefixed opcode fits in a single byte, which it turns out the most recent version of the relaxed-SIMD proposal violates, with opcodes between 0x100 and 0x12F. We should fix this since on 64-bit platforms at least we have bits to spare to store a larger opcode.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-07-31 13:46:15 PDT
David Degazio
Comment 2 2024-07-31 14:10:18 PDT
EWS
Comment 3 2024-07-31 19:31:03 PDT
Committed 281681@main (7da9729a2e2a): <https://commits.webkit.org/281681@main> Reviewed commits have been landed. Closing PR #31561 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.