[PATCH] D153756: [TableGen] Add Generic MatchTableExecutor Emitter

Pierre van Houtryve via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 04:53:50 PDT 2023


Pierre-vh created this revision.
Herald added a subscriber: mgrang.
Herald added a project: All.
Pierre-vh requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Move all of the reusable logic out of `GlobalISelEmitter.cpp` into a `GlobalISelMatchTableExecutorEmitter` class so the future combiner backend can use it as well.

Depends on D153755 <https://reviews.llvm.org/D153755>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153756

Files:
  llvm/test/TableGen/GlobalISelEmitter.td
  llvm/test/TableGen/GlobalISelEmitterCustomPredicate.td
  llvm/utils/TableGen/CMakeLists.txt
  llvm/utils/TableGen/GlobalISelEmitter.cpp
  llvm/utils/TableGen/GlobalISelMatchTableExecutorEmitter.cpp
  llvm/utils/TableGen/GlobalISelMatchTableExecutorEmitter.h
  llvm/utils/TableGen/SubtargetFeatureInfo.cpp
  llvm/utils/TableGen/SubtargetFeatureInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153756.534504.patch
Type: text/x-patch
Size: 50215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230626/df69d781/attachment.bin>


More information about the llvm-commits mailing list