[PATCH] D42898: Do not spill CSR to stack on entry to noreturn functions

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 5 15:21:19 PST 2018


efriedma added a comment.

It looks like this transform destroys stack traces on non-x86 platforms.  That technically isn't wrong, I guess, but it seems unfriendly (for example, LLVM produces a stack trace on an assertion failure).


https://reviews.llvm.org/D42898





More information about the llvm-commits mailing list