[PATCH] D29881: [PPC] Reduce stack frame size by allocating parameter area on an on-demand basis for ELFv2 ABI

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 11:11:04 PST 2017


hfinkel added a comment.

Why is there only code in LowerCall_64SVR4? Don't you also need to add corresponding code to LowerFormalArguments_64SVR4?


https://reviews.llvm.org/D29881





More information about the llvm-commits mailing list