[PATCH] D13361: Support for emitting inline stack probes
Andy Ayers via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 6 12:43:12 PDT 2015
AndyAyers added a comment.
Using a pseduo for the prolog case sounds like a good suggestion.
I'd like to preserve the ability to generate the in-body expansions early, before register allocation, and share the expansion code between the two cases like is done now. \\
If I go this route, where should the expansion code live?
Repository:
rL LLVM
http://reviews.llvm.org/D13361
More information about the llvm-commits
mailing list