[PATCH] D81623: [PPC] Add Subtarget and replace all uses of PPCSubTarget with Subtarget.

Kit Barton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 17:47:28 PDT 2020


kbarton created this revision.
Herald added subscribers: llvm-commits, jfb, hiraditya, nemanjai.
Herald added a project: LLVM.

In preparation for GlobalISel, PPCSubTarget needs to be renamed to Subtarget as there places in GlobalISel that assume the presence of the variable Subtarget.
This patch introduces the variable Subtarget, and replaces all existing uses of PPCSubTarget with Subtarget. A subsequent patch will remove the definiton of
PPCSubTarget, once any downstream users have the opportunity to rename any uses they have.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81623

Files:
  llvm/lib/Target/PowerPC/PPCFastISel.cpp
  llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  llvm/lib/Target/PowerPC/PPCInstrAltivec.td
  llvm/lib/Target/PowerPC/PPCInstrHTM.td
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/lib/Target/PowerPC/PPCInstrPrefix.td
  llvm/lib/Target/PowerPC/PPCInstrQPX.td
  llvm/lib/Target/PowerPC/PPCInstrVSX.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81623.270004.patch
Type: text/x-patch
Size: 42165 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200611/33c6ab87/attachment.bin>


More information about the llvm-commits mailing list