[PATCH] D71318: [TableGen] Remove unused target intrinsic generation logic

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 16:55:29 PST 2019


rnk created this revision.
rnk added reviewers: arsenm, echristo, efriedma.
Herald added subscribers: tpr, wdng.
Herald added a project: LLVM.
rnk added a child revision: D71320: [IR] Split out target specific intrinsic enums into separate headers.

AMDGPU was the last in tree target to use this tablegen mode. I plan to
split up the global intrinsic enum similar to the way that clang
diagnostics are split up today. I don't plan to build on this mode.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71318

Files:
  llvm/utils/TableGen/CodeGenDAGPatterns.cpp
  llvm/utils/TableGen/CodeGenDAGPatterns.h
  llvm/utils/TableGen/CodeGenIntrinsics.h
  llvm/utils/TableGen/CodeGenTarget.cpp
  llvm/utils/TableGen/IntrinsicEmitter.cpp
  llvm/utils/TableGen/TableGen.cpp
  llvm/utils/TableGen/TableGenBackends.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71318.233229.patch
Type: text/x-patch
Size: 9976 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191211/952281ed/attachment.bin>


More information about the llvm-commits mailing list