This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Renumber SIMD ops
ClosedPublic

Authored by tlively on Sep 19 2018, 2:44 PM.

Details

Summary

This change leaves holes in the opcode space where missing
instructions could logically be added later if they were found to be
useful.

Diff Detail

Repository
rL LLVM

Event Timeline

tlively created this revision.Sep 19 2018, 2:44 PM
aheejin accepted this revision.Sep 19 2018, 4:19 PM
This revision is now accepted and ready to land.Sep 19 2018, 4:19 PM
This revision was automatically updated to reflect the committed changes.