[PATCH] D45116: Don't inline branch funnels
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 30 17:11:56 PDT 2018
vitalybuka added a comment.
In https://reviews.llvm.org/D45116#1053537, @pcc wrote:
> Probably a better fix would be to teach the inliner not to inline functions containing musttail calls if the musttail call involves an intrinsic.
Why? Is inlining of function with musttail on intrinsics always unacceptable?
Repository:
rL LLVM
https://reviews.llvm.org/D45116
More information about the llvm-commits
mailing list