diff options
author | Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net> | 2018-03-26 13:21:48 +0000 |
---|---|---|
committer | Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net> | 2018-03-26 13:21:48 +0000 |
commit | 1feccc24817d7317b94a7e51398c996cdf844229 (patch) | |
tree | cd7d265e7b6de09f3490b6141f37854a02464347 /llvm/docs | |
parent | caa203aed51cc93674755676fa430da20ec58504 (diff) | |
download | bcm5719-llvm-1feccc24817d7317b94a7e51398c996cdf844229.tar.gz bcm5719-llvm-1feccc24817d7317b94a7e51398c996cdf844229.zip |
[llvm-mca] Update the commandline docs after r328305.
Document that flag -resource-pressure can be used to enable/disable the resource
pressure view. This change should have been part of r328305.
llvm-svn: 328492
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-mca.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-mca.rst b/llvm/docs/CommandGuide/llvm-mca.rst index 082cd3574b2..b4730cb1450 100644 --- a/llvm/docs/CommandGuide/llvm-mca.rst +++ b/llvm/docs/CommandGuide/llvm-mca.rst @@ -124,6 +124,10 @@ option specifies "``-``", then the output will also be sent to standard output. Limit the number of cycles in the timeline view. By default, the number of cycles is set to 80. +.. option:: -resource-pressure + + Enable the resource pressure view. This is enabled by default. + .. option:: -instruction-tables Prints resource pressure information based on the static information |