[PATCH] D135463: [FuncSpec] Do not generate multiple copies for identical specializations.

Alexandros Lamprineas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 02:51:19 PST 2022


labrinea added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/SCCP.cpp: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"));
 
----------------
oops


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135463/new/

https://reviews.llvm.org/D135463



More information about the llvm-commits mailing list