[all-commits] [llvm/llvm-project] 019e7b: [PartiallyInlineLibCalls] Don't partially inline a...
babrath via All-commits
all-commits at lists.llvm.org
Tue Apr 5 12:31:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 019e7b7f6ed259296d04d9bc1550ea2898f48ec7
https://github.com/llvm/llvm-project/commit/019e7b7f6ed259296d04d9bc1550ea2898f48ec7
Author: Bert Abrath <bert.abrath at UGent.be>
Date: 2022-04-05 (Tue, 05 Apr 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp
A llvm/test/Transforms/PartiallyInlineLibCalls/X86/musttail.ll
Log Message:
-----------
[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
More information about the All-commits
mailing list