[PATCH] Be more aggressive on tail call generation.
Rafael EspĂndola via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 07:03:53 PDT 2016
The existing code was basically a weaker version of shouldAssumeDSOLocal.
The main interesting case that was not covered is that functions
cannot be preempted out of an executable.
Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Be-more-aggressive-on-tail-call-generation.patch
Type: text/x-patch
Size: 7116 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160627/92be980f/attachment.bin>
More information about the llvm-commits
mailing list