[PATCH] D86988: [Inliner] Run always-inliner in inliner-wrapper
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 24 23:19:52 PDT 2020
davidxl added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/Inliner.cpp:98
+static cl::opt<bool> DisableAlwaysInlinerInModuleWrapper(
+ "disable-always-inliner-in-module-wrapper", cl::init(false), cl::Hidden);
+
----------------
this should be true by default for now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86988/new/
https://reviews.llvm.org/D86988
More information about the llvm-commits
mailing list