[PATCH] D45116: Don't inline branch funnels

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 30 16:42:04 PDT 2018


pcc added a subscriber: rnk.
pcc added a comment.

Probably a better fix would be to teach the inliner not to inline functions containing musttail calls if the musttail call involves an intrinsic.


Repository:
  rL LLVM

https://reviews.llvm.org/D45116





More information about the llvm-commits mailing list