This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Replace SIMD expression types with V128
ClosedPublic

Authored by tlively on Aug 6 2018, 3:38 PM.

Details

Summary

The spec only defines a SIMD expression type of V128 and
leaves interpretation of different vector types to the instructions.

Diff Detail

Repository
rL LLVM

Event Timeline

tlively created this revision.Aug 6 2018, 3:38 PM
dschuff accepted this revision.Aug 6 2018, 3:46 PM
This revision is now accepted and ready to land.Aug 6 2018, 3:46 PM
This revision was automatically updated to reflect the committed changes.