[PATCH] D37113: Move accurate-sample-profile into the function attribute.

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 24 12:08:45 PDT 2017


davidxl added inline comments.


================
Comment at: lib/Analysis/ProfileSummaryInfo.cpp:42
 
-static cl::opt<bool> AccurateSampleProfile(
-    "accurate-sample-profile", cl::Hidden, cl::init(false),
----------------
I don't see the harm of keeping the internal option too? 


https://reviews.llvm.org/D37113





More information about the llvm-commits mailing list