[PATCH] D121768: [tablgen] Auto-generate fields & interfaces for target features

Kan Shengchen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 15 20:36:49 PDT 2022


skan created this revision.
Herald added subscribers: pengfei, hiraditya, dschuff.
Herald added a project: All.
skan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The handwritten code of X86Subtarget is reduced lot in this patch,
and the similar work will be done for other targets in the following
patches.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121768

Files:
  llvm/include/llvm/Target/Target.td
  llvm/lib/Target/X86/X86.td
  llvm/lib/Target/X86/X86FixupLEAs.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Target/X86/X86InstrInfo.td
  llvm/lib/Target/X86/X86Subtarget.cpp
  llvm/lib/Target/X86/X86Subtarget.h
  llvm/utils/TableGen/SubtargetEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121768.415685.patch
Type: text/x-patch
Size: 39651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220316/e5f895ed/attachment.bin>


More information about the llvm-commits mailing list