[PATCH] D104521: [InstrRef][AArch64][2/4] Recognise post-fe spills and restores
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 25 12:23:15 PDT 2021
aprantl added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64InstrInfo.h:66
+ unsigned isStoreToStackSlotPostFE(const MachineInstr &MI, int &FrameIndex) const override;
+ unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI, int &FrameIndex) const override;
----------------
What does FE stand for? Maybe explain this in the doxygen comment unless this is well known to everyone working on the AArch64 backend?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104521/new/
https://reviews.llvm.org/D104521
More information about the llvm-commits
mailing list