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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to