[PATCH] D108777: [SystemZ] [NFC] Add SystemZELFFrameLowering and SystemZXPLINKFrameLowering classes.

Kai Nacke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 31 10:25:27 PDT 2021


Kai accepted this revision.
Kai added a comment.

LGTM.
Please have a look of the formatting of the line I commented. Thanks.



================
Comment at: llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp:768
 StackOffset
-SystemZFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI,
-                                             Register &FrameReg) const {
+SystemZELFFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI,
+                                                Register &FrameReg) const {
----------------
This line seems to be too long. Please, can you check again?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108777/new/

https://reviews.llvm.org/D108777



More information about the llvm-commits mailing list