[PATCH] D40477: Enable Partial Inlining by default

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 18 21:19:49 PST 2018


vsk added a comment.

Imho CodeExtractor needs a little more work before it's ready to be on-by-default. There are two main blockers: missing debug info support, and a missing whitelist of extract-able intrinsics. The latter poses a high risk for miscompiles (see llvm.org/PR39545, llvm.org/PR39671).


Repository:
  rL LLVM

https://reviews.llvm.org/D40477





More information about the llvm-commits mailing list