[PATCH] D26748: [ARM] Relax restriction on variadic functions for tailcall optimization

Pablo Barrio via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 07:20:10 PST 2016


pbarrio added a comment.

Hello @rengolin , @olista01 ,

Could you have a look at this patch? I see no reason to restrict the tail call optimizations to variadic functions: the AAPCS restrictions seem to be already checked for non-variadic functions. The LLVM regression tests passed, and I have also tested with a few benchmarks and they all seem to work fine.

Please shout if I overlooked something. New test suggestions will be also very welcome.

Thanks,
Pablo


https://reviews.llvm.org/D26748





More information about the llvm-commits mailing list