This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly][NFC] Reorder SIMD sections
ClosedPublic

Authored by tlively on Nov 5 2018, 6:09 PM.

Details

Summary

Reorders the sections in the SIMD tablegen file to roughly match the
new opcode ordering. Depends on D54126.

Diff Detail

Repository
rL LLVM

Event Timeline

tlively created this revision.Nov 5 2018, 6:09 PM
aheejin accepted this revision.Nov 6 2018, 4:19 PM

LGTM. Maybe you need to rebase it on top of D54126 if you end up changing something there.

This revision is now accepted and ready to land.Nov 6 2018, 4:19 PM
tlively updated this revision to Diff 173230.Nov 8 2018, 2:41 PM
  • Rebase for new numbering
This revision was automatically updated to reflect the committed changes.