[PATCH] D132193: [FastISel] Respect musttail over "disable-tail-calls"
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 19 10:32:44 PDT 2022
aeubanks added a comment.
https://llvm.org/docs/LangRef.html#call-instruction
`The musttail marker means that the call must be tail call optimized in order for the program to be correct.` I read this as regardless of any attributes
And SelectionDAG properly handles this
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132193/new/
https://reviews.llvm.org/D132193
More information about the llvm-commits
mailing list