[PartiallyInlineLibCalls] Don't partially inline a musttail libcall.
Partially inlining a libcall that has the musttail attribute leads to broken LLVM IR, triggering an assertion in the IR verifier. Reviewed By: lebedev.ri Differential Revision: https://reviews.llvm.org/D123116
Loading
Please sign in to comment