[PATCH] D151510: [BOLT] Add skip-non-simple for boltdiff

Maksim Panchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 14:33:21 PDT 2023


maksfb accepted this revision.
maksfb added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: bolt/lib/Rewrite/BoltDiff.cpp:86-89
+static cl::opt<bool> SkipNonSimple(
+    "skip-non-simple",
+    cl::desc("skip non-simple functions in reporting"),
+    cl::cat(BoltDiffCategory));
----------------
Make it `cl::ReallyHidden`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151510



More information about the llvm-commits mailing list