This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Update relaxed SIMD opcodes and names
ClosedPublic

Authored by tlively on May 16 2022, 2:17 PM.

Details

Summary

to reflect the latest state of the proposal:
https://github.com/WebAssembly/relaxed-simd/blob/main/proposals/relaxed-simd/Overview.md#binary-format.
Moves code around to match the instruction order from the proposal, but the only
functional changes are to the names and opcodes.

Diff Detail

Event Timeline

tlively created this revision.May 16 2022, 2:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2022, 2:17 PM
Herald added subscribers: pmatos, asb, wingo and 6 others. · View Herald Transcript
tlively requested review of this revision.May 16 2022, 2:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2022, 2:17 PM
aheejin accepted this revision.May 16 2022, 2:44 PM
This revision is now accepted and ready to land.May 16 2022, 2:44 PM
This revision was landed with ongoing or failed builds.May 16 2022, 5:51 PM
This revision was automatically updated to reflect the committed changes.