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.
Differential D132193
[FastISel] Respect musttail over "disable-tail-calls" aeubanks on Aug 18 2022, 6:23 PM. Authored by
Details 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.
Diff Detail
Event TimelineComment Actions https://llvm.org/docs/LangRef.html#call-instruction Comment Actions Should the description be updated to make that explicit? Worth adding the doc tweak to this patch? |