summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-profdata.rst
diff options
context:
space:
mode:
authorRong Xu <xur@google.com>2017-03-15 21:47:27 +0000
committerRong Xu <xur@google.com>2017-03-15 21:47:27 +0000
commit4ed52798ce2ca6e012aad9d382309e8e06cb6083 (patch)
tree4913947acdc3d97a8630a4efa65c14dbc791d629 /llvm/docs/CommandGuide/llvm-profdata.rst
parentce450a662e98c5a17ed2a9d0504d7b982f43f9c7 (diff)
downloadbcm5719-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/llvm-profdata.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-profdata.rst4
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
-----------
OpenPOWER on IntegriCloud