[PATCH] D102370: [SystemZ] [z/OS] Add SystemZCallingConventionRegisters class

Neumann Hon via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 12 14:21:58 PDT 2021


Everybody0523 created this revision.
Everybody0523 added reviewers: uweigand, Kai, anirudhp, yusra.syeda, myiwanch.
Everybody0523 added a project: LLVM.
Herald added a subscriber: hiraditya.
Everybody0523 requested review of this revision.

This patch adds the abstract class SystemZCallingConventionRegisters which is a SystemZ-specific class detailing special registers used by calling conventions on the target. SystemZELFRegisters and SystemZXPLINK64Registers implement this class for ELF and XPLINK64 respectively.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102370

Files:
  llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
  llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
  llvm/lib/Target/SystemZ/SystemZRegisterInfo.h
  llvm/lib/Target/SystemZ/SystemZSubtarget.cpp
  llvm/lib/Target/SystemZ/SystemZSubtarget.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102370.344956.patch
Type: text/x-patch
Size: 10901 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210512/56941f17/attachment.bin>


More information about the llvm-commits mailing list