[llvm] [CodeGen] Compute call frame sizes instead of storing them in MachineBBs (PR #106964)
Fabian Ritter via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 01:23:04 PST 2024
ritter-x2a wrote:
> I'm ambivalent. Recomputing frame sizes instead of storing them seems like a cleaner approach, but it also seems like wasted effort in PEI to do a complete walk of the CFG just to recompute them.
Then let's shelve this PR for now.
https://github.com/llvm/llvm-project/pull/106964
More information about the llvm-commits
mailing list