Make more efforts to use sp even if fp is present in method.
This is used by STATEPOINT instruction.
Differential D111133
[AARCH64] Teach AArch64FrameLowering::getFrameIndexReferencePreferSP really prefer SP. skatkov on Oct 5 2021, 4:16 AM. Authored by
Details Make more efforts to use sp even if fp is present in method. This is used by STATEPOINT instruction.
Diff Detail
Event TimelineComment Actions I wonder whether there are some idea who else from aarch64 world can be added to review this change?
Comment Actions Spent some time educating myself on AArch64 frame lowering. I'm mostly relying on the diagram at the top of AArch64FrameLowering.cpp. Review guidance is about specializing the case where the variable sized regions are empty.
|
Probably I need to check hasStackRealignment as well...