This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Enable recently implemented SIMD operations
ClosedPublic

Authored by tlively on Feb 3 2020, 2:16 PM.

Details

Summary

Moves a batch of instructions from unimplemented-simd128 to simd128
because they have recently become available in V8.

Diff Detail

Event Timeline

tlively created this revision.Feb 3 2020, 2:16 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 3 2020, 2:16 PM

Unit tests: pass. 62428 tests passed, 0 failed and 845 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

aheejin accepted this revision.Feb 4 2020, 3:04 PM
This revision is now accepted and ready to land.Feb 4 2020, 3:04 PM
This revision was automatically updated to reflect the committed changes.