[llvm] [CodeGen] Refactor `determineCalleeSaves`. (PR #166763)
Sam Elliott via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 7 10:15:14 PST 2025
================
----------------
lenary wrote:
Please can you show a more comprehensive test, so we can see the changes from saving CSRs early vs not?
For instance, how does saving a callee-save unconditionally (and early?) affect functions which make a call? Or those that both make a call and need to use the callee-saved register.
https://github.com/llvm/llvm-project/pull/166763
More information about the llvm-commits
mailing list