[PATCH] D42898: Do not spill CSR to stack on entry to noreturn functions
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 6 10:41:10 PST 2018
kparzysz added a comment.
It could be a call to some library function (from a user-provided library). I agree that this is a very unlikely scenario, but we've had a customer report a bug related to a similar situation.
If you want to proceed with this, could you make it opt-in for targets that want it?
https://reviews.llvm.org/D42898
More information about the llvm-commits
mailing list