[PATCH] D87136: [ARM][MachineOutliner] Add calls default handling.
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 8 00:52:24 PDT 2020
samparker added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp:5845
+ [](const MachineInstr &MI) { return MI.isCall(); }))
+ NumBytesToCreateFrame += Costs.FrameDefault;
+
----------------
I've forgotten what FrameDefault represents, but is this right considering that NumBytesToCreateFrame is also initialised to this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87136/new/
https://reviews.llvm.org/D87136
More information about the llvm-commits
mailing list