[PATCH] D53307: [WebAssembly] Remove WebAssemblyStackifier TableGen backend
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 15 16:56:56 PDT 2018
tlively created this revision.
tlively added reviewers: aardappel, aheejin, dschuff.
Herald added subscribers: llvm-commits, sunfish, jgravelle-google, sbc100, mgorny.
Replace its functionality with a TableGen InstrInfo relational
instruction mapping. Although arguably more complex than the TableGen
backend, the relational mapping is a smaller maintenance burden than a
TableGen backend.
Repository:
rL LLVM
https://reviews.llvm.org/D53307
Files:
lib/Target/WebAssembly/CMakeLists.txt
lib/Target/WebAssembly/WebAssemblyInstrControl.td
lib/Target/WebAssembly/WebAssemblyInstrFormats.td
lib/Target/WebAssembly/WebAssemblyInstrInfo.td
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
lib/Transforms/IPO/HotColdSplitting.cpp
utils/TableGen/CMakeLists.txt
utils/TableGen/TableGen.cpp
utils/TableGen/TableGenBackends.h
utils/TableGen/WebAssemblyDisassemblerEmitter.cpp
utils/TableGen/WebAssemblyStackifierEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53307.169772.patch
Type: text/x-patch
Size: 12272 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181015/3ead64b7/attachment.bin>
More information about the llvm-commits
mailing list