[PATCH] D140210: [IPSCCP] Enable specialization of functions.
Alexandros Lamprineas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 20 07:23:43 PST 2022
labrinea added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/SCCP.cpp:45-46
static cl::opt<bool> SpecializeFunctions("specialize-functions",
- cl::init(false), cl::Hidden, cl::desc("Enable function specialization"));
+ cl::init(true), cl::Hidden, cl::desc("Enable function specialization"));
----------------
arsenm wrote:
> Should this move to be a pass parameter
I think it's preferable to control from the command line for unit testing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140210/new/
https://reviews.llvm.org/D140210
More information about the llvm-commits
mailing list