[PATCH] D42602: [PowerPC] Reduce stack frame for fastcc functions by only allocating parameter save area when needed

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 16:34:13 PST 2018


nemanjai added inline comments.


================
Comment at: test/CodeGen/PowerPC/fastcc_stacksize.ll:110
+
+define internal fastcc void @AggMemExprEmitter(%"myClass::MemK"* %E) align 2 {
+entry:
----------------
We need to add a test case with a byval parameter where we **don't** need the parameter save area as well since the behaviour changes in this case as well.


https://reviews.llvm.org/D42602





More information about the llvm-commits mailing list