[PATCH] D80125: [ARM][MachineOutliner] Add NoLRSave mode.
Yvan Roux via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 9 02:42:56 PDT 2020
yroux added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp:5700
+ unsigned NumBytesNoStackCalls = 0;
+ std::vector<outliner::Candidate> CandidatesWithoutStackFixups;
+
----------------
samparker wrote:
> SmallVector?
It will be passed as a parameter to outliner::OutlinedFunction which waits for an std::Vector, maybe a SmallVector can used there instead but I think it should be done in another patch
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80125/new/
https://reviews.llvm.org/D80125
More information about the llvm-commits
mailing list