[PATCH] D40876: AArch64: Fix emergency spillslot being out of reach for large callframes
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 5 18:39:09 PST 2017
efriedma added a comment.
> As testcases with hundred of arguments are unwieldy
You might be able to get a similar effect with "define void @foo([1000 x i32] %x) {" or something like that. (I'm not sure when exactly we need the emergency spill slot on aarch64, so I'm not sure that helps.)
Repository:
rL LLVM
https://reviews.llvm.org/D40876
More information about the llvm-commits
mailing list