[PATCH] D12923: Add support for function attribute "notail"

Akira Hatanaka via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 16 23:26:33 PDT 2015


ahatanak added a comment.

That's correct. Preventing tail call on a best effort basis is good enough for the use cases we care about. I'll update the langref to clarify that.


http://reviews.llvm.org/D12923





More information about the llvm-commits mailing list