[PATCH] D117225: [PowerPC][P10] Add Vector pair calling convention

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 10:00:14 PST 2022


nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.
Herald added a project: All.

LGTM.



================
Comment at: llvm/lib/Target/PowerPC/PPCFrameLowering.cpp:1977
 
+  // Do not explicitly save the callee saved VSRp registers.
+  SavedRegs.reset(PPC::VSRp26);
----------------
Please explain why (i.e. the individual subregisters will be saved).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117225



More information about the llvm-commits mailing list