[PATCH] D140564: [IPSCCP] Create a Pass parameter to control specialization of functions.

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 23 06:58:33 PST 2022


chill accepted this revision.
chill added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/include/llvm/Transforms/IPO/SCCP.h:38
+
+  IPSCCPOptions(bool AllowFuncSpec=false) : AllowFuncSpec(AllowFuncSpec) {}
+
----------------
Nit: spaces around `=`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140564



More information about the llvm-commits mailing list