[PATCH] D12923: Add support for function attribute "notail"
Akira Hatanaka via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 16 23:12:29 PDT 2015
ahatanak added a comment.
So, in your example, you wouldn't be able to block tail call optimization if the attribute was on the call site. Is that correct?
To elaborate on my previous comment, the notail attributes should block tail call optimization on as many call sites as possible, but it's okay if it can't block some of the indirect call sites if the compiler cannot determine which function is being called.
http://reviews.llvm.org/D12923
More information about the llvm-commits
mailing list