[PATCH] D68047: [SampleFDO] Create a separate flag ProfileAccurateForProfSymList for handling profile symbol list

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 15:55:44 PDT 2019


davidxl added inline comments.


================
Comment at: lib/Transforms/IPO/SampleProfile.cpp:134
+static cl::opt<bool> ProfileAccurateForProfSymList(
+    "profile-accurate-for-profsymlist", cl::Hidden, cl::ZeroOrMore,
+    cl::init(false),
----------------
profile-accurate-for-symbols-in-list ?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D68047





More information about the llvm-commits mailing list