[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 09:51:14 PST 2018


kparzysz added a comment.

This isn't correct in general, only in cases when the non-returning functions terminate the program.


https://reviews.llvm.org/D42898





More information about the llvm-commits mailing list