[PATCH] D53045: [WebAssembly] Improve readability of SIMD instructions (NFC)
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 9 15:06:03 PDT 2018
aheejin created this revision.
aheejin added a reviewer: tlively.
Herald added subscribers: llvm-commits, sunfish, jgravelle-google, sbc100, dschuff.
- 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
Repository:
rL LLVM
https://reviews.llvm.org/D53045
Files:
lib/Target/WebAssembly/WebAssemblyInstrFormats.td
lib/Target/WebAssembly/WebAssemblyInstrInfo.td
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53045.168879.patch
Type: text/x-patch
Size: 58184 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181009/d1d0db56/attachment.bin>
More information about the llvm-commits
mailing list