[PATCH] D68530: [AArch64] Make combining of callee-save and local stack adjustment optional
Nikolai Tillmann via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 13:41:15 PDT 2019
Nikolai added a comment.
> Do we need the option? Or should we just be doing this whenever we are Optsize?
We don't really need it. I mainly introduced this option for "maximal backwards compatibility", in case anyone has taken a dependency on the code generation pattern outside of the LLVM test suite.
If you prefer, I can update the diff, removing the option.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68530/new/
https://reviews.llvm.org/D68530
More information about the llvm-commits
mailing list