This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Update latest implemented SIMD instructions
ClosedPublic

Authored by tlively on May 14 2020, 3:41 PM.

Details

Summary

Move instructions that have recently been implemented in V8 from the
unimplemented-simd128 target feature to the simd128 target
feature. The updated instructions match the update at
https://github.com/WebAssembly/simd/pull/223.

Diff Detail

Event Timeline

tlively created this revision.May 14 2020, 3:41 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 14 2020, 3:41 PM
aheejin accepted this revision.May 14 2020, 6:31 PM
This revision is now accepted and ready to land.May 14 2020, 6:31 PM
This revision was automatically updated to reflect the committed changes.