[PATCH] D22900: Revert r244207 - Mark calls in thunk functions as tail-call optimization

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 1 10:53:22 PDT 2016


rnk added a comment.

I think the correctness problem is in DSE. It should be safe for clang to put 'tail' here. The tail call does not capture the address of any local variables, but it does load from them via 'byval'.


https://reviews.llvm.org/D22900





More information about the cfe-commits mailing list