diff options
author | Rong Xu <xur@google.com> | 2017-03-16 21:15:48 +0000 |
---|---|---|
committer | Rong Xu <xur@google.com> | 2017-03-16 21:15:48 +0000 |
commit | 60faea19f8ce95b82fcd436051cad490190b8fbb (patch) | |
tree | 940e69f510209d185a16f05aa70376ff07d310b0 /llvm/docs/CommandGuide/llvm-profdata.rst | |
parent | 6c0f69da6881b4e934972da39f2d75a60842e1b7 (diff) | |
download | bcm5719-llvm-60faea19f8ce95b82fcd436051cad490190b8fbb.tar.gz bcm5719-llvm-60faea19f8ce95b82fcd436051cad490190b8fbb.zip |
Resubmit r297897: [PGO] Value profile for size of memory intrinsic calls
R297897 inadvertently enabled annotation for memop profiling. This new patch
fixed it.
llvm-svn: 297996
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-profdata.rst')
-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 ----------- |