[PATCH] D74349: [PowerPC][AIX] Spill and restore the non-volatile condition register bits.
Sean Fertile via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 11 08:29:14 PST 2020
sfertile marked an inline comment as done.
sfertile added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCFrameLowering.cpp:2367
+ if ((CR2Spilled || CR3Spilled || CR4Spilled) &&
+ !(PPC::CR2 <= Reg && Reg <= PPC::CR4) && Subtarget.is32BitELFABI()) {
bool is31 = needsFP(*MF);
----------------
I didn't realize while working on this patch but I think I can separate this part of the change into a preceding NFC patch. Going to try that out now and commit it if it can be done NFC.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74349/new/
https://reviews.llvm.org/D74349
More information about the llvm-commits
mailing list