[FastISel] Respect musttail over "disable-tail-calls"
musttail should be honored even in the presence of attributes like "disable-tail-calls". SelectionDAG properly handles this. Update LangRef to explicitly mention that this is the semantics of musttail. Reviewed By: rnk Differential Revision: https://reviews.llvm.org/D132193
Loading
Please sign in to comment