[PATCH] D40706: Fix function pointer tail calls in armv8-M.base

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 1 12:37:01 PST 2017


efriedma added a comment.

Why are we running out of registers here?  We should copy the function pointer to r12, like we do for Thumb2 or ARM.


https://reviews.llvm.org/D40706





More information about the llvm-commits mailing list