summaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorRong Xu <xur@google.com>2017-03-16 21:15:48 +0000
committerRong Xu <xur@google.com>2017-03-16 21:15:48 +0000
commit6f00c7bc4d3e17654a0692e8bbad5fd6b1cc3d17 (patch)
tree35f2735db8bc8369ad36ba91bd0ab90709c97c86 /docs/CommandGuide
parentb70598b6c68514ad181960cfccc90ce4db583264 (diff)
Resubmit r297897: [PGO] Value profile for size of memory intrinsic calls
R297897 inadvertently enabled annotation for memop profiling. This new patch fixed it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297996 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/llvm-profdata.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-profdata.rst b/docs/CommandGuide/llvm-profdata.rst
index bae0ff7d4ce0..f7aa8309485b 100644
--- a/docs/CommandGuide/llvm-profdata.rst
+++ b/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
-----------