[PATCH] D151276: Weaken MFI Max Call Frame Size Assertion
Sergei Barannikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 31 12:04:58 PDT 2023
barannikov88 added inline comments.
================
Comment at: llvm/lib/CodeGen/PrologEpilogInserter.cpp:352
unsigned MaxCallFrameSize = 0;
bool AdjustsStack = MFI.adjustsStack();
----------------
This should be initialized to false.
There is no difference in practice, but it will be clearer that the flag is recalculated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151276/new/
https://reviews.llvm.org/D151276
More information about the llvm-commits
mailing list