[PATCH] D51143: [WebAssembly][NFC] Move specific instruction formats to specific files

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 22 17:02:37 PDT 2018


tlively created this revision.
tlively added reviewers: aheejin, dschuff.
Herald added subscribers: llvm-commits, jfb, sunfish, jgravelle-google, sbc100.

WebAssemblyInstrFormats.td retains only multiclasses that are used in
multiple other tablegen files.


Repository:
  rL LLVM

https://reviews.llvm.org/D51143

Files:
  lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
  lib/Target/WebAssembly/WebAssemblyInstrFloat.td
  lib/Target/WebAssembly/WebAssemblyInstrFormats.td
  lib/Target/WebAssembly/WebAssemblyInstrInteger.td
  lib/Target/WebAssembly/WebAssemblyInstrSIMD.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51143.162108.patch
Type: text/x-patch
Size: 15909 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180823/99e4de52/attachment.bin>


More information about the llvm-commits mailing list