This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Improve readability of SIMD instructions (NFC)
ClosedPublic

Authored by aheejin on Oct 9 2018, 3:05 PM.

Details

Summary
  • Categorize instructions into the categories as in the SIMD spec
  • Move SIMD-related definition to WebAssemblyInstrSIMD.td
  • Put definition and use of patterns together
  • Add newlines here and there

Diff Detail

Repository
rL LLVM

Event Timeline

aheejin created this revision.Oct 9 2018, 3:05 PM
aheejin updated this revision to Diff 168886.Oct 9 2018, 3:21 PM
  • not -> v128.not
tlively accepted this revision.Oct 9 2018, 3:21 PM

Beautiful! Thanks!

This revision is now accepted and ready to land.Oct 9 2018, 3:21 PM
This revision was automatically updated to reflect the committed changes.