[PATCH] D46232: [SystemZ, IPRA] determineCalleeSaves must always add return register and DP.

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 30 11:01:19 PDT 2018


uweigand added a comment.

But we do not want to force use of a frame pointer, in general this just reduces performance for no reason on Z.   Some functions require a frame pointer (those that do dynamic allocas), but most do not.


https://reviews.llvm.org/D46232





More information about the llvm-commits mailing list