diff options
author | Rong Xu <xur@google.com> | 2017-03-15 21:47:27 +0000 |
---|---|---|
committer | Rong Xu <xur@google.com> | 2017-03-15 21:47:27 +0000 |
commit | 4ed52798ce2ca6e012aad9d382309e8e06cb6083 (patch) | |
tree | 4913947acdc3d97a8630a4efa65c14dbc791d629 /llvm/docs/CommandGuide | |
parent | ce450a662e98c5a17ed2a9d0504d7b982f43f9c7 (diff) | |
download | bcm5719-llvm-4ed52798ce2ca6e012aad9d382309e8e06cb6083.tar.gz bcm5719-llvm-4ed52798ce2ca6e012aad9d382309e8e06cb6083.zip |
[PGO] Value profile for size of memory intrinsic calls
This patch adds the value profile support to profile the size parameter of
memory intrinsic calls: memcpy, memcmp, and memmov.
Differential Revision: http://reviews.llvm.org/D28965
llvm-svn: 297897
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-profdata.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst index bae0ff7d4ce..f7aa8309485 100644 --- a/llvm/docs/CommandGuide/llvm-profdata.rst +++ b/llvm/docs/CommandGuide/llvm-profdata.rst @@ -196,6 +196,10 @@ OPTIONS Specify that the input profile is a sample-based profile. +.. option:: -memop-sizes + + Show the profiled sizes of the memory intrinsic calls for shown functions. + EXIT STATUS ----------- |