[PATCH] D28965: [PGO] Value profile for size of memory intrinsic calls
Rong Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 1 12:44:13 PST 2017
xur marked 2 inline comments as done.
xur added inline comments.
================
Comment at: lib/Transforms/Instrumentation/InstrProfiling.cpp:85
+ "memop-size-large",
+ cl::desc("Set the threshold value to be profiled seperately"),
+ cl::init(8192));
----------------
davidxl wrote:
> The description is not accurate.
Fixed
https://reviews.llvm.org/D28965
More information about the llvm-commits
mailing list