[PATCH] D143844: llvm-tblgen: Split out CodeGenIntrinsics.cpp from CodeGenTarget.cpp

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 12 03:54:36 PST 2023


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

Let IntrinsicEmitter free from CodeGenTarget.h

For now, I have introduced `llvm::tmp::getValueType(Rec)` as a copy from
`CodeGenTarget.cpp`. This will be deleted in the near future, when
IntrinsicEmitter will not depend on MVT.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143844

Files:
  llvm/utils/TableGen/CMakeLists.txt
  llvm/utils/TableGen/CodeGenIntrinsics.cpp
  llvm/utils/TableGen/CodeGenIntrinsics.h
  llvm/utils/TableGen/CodeGenTarget.cpp
  llvm/utils/TableGen/IntrinsicEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143844.496752.patch
Type: text/x-patch
Size: 28557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230212/2b927bdc/attachment-0001.bin>


More information about the llvm-commits mailing list