[llvm] r328492 - [llvm-mca] Update the commandline docs after r328305.

Andrea Di Biagio via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 26 06:21:48 PDT 2018


Author: adibiagio
Date: Mon Mar 26 06:21:48 2018
New Revision: 328492

URL: http://llvm.org/viewvc/llvm-project?rev=328492&view=rev
Log:
[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.

Modified:
    llvm/trunk/docs/CommandGuide/llvm-mca.rst

Modified: llvm/trunk/docs/CommandGuide/llvm-mca.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-mca.rst?rev=328492&r1=328491&r2=328492&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-mca.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-mca.rst Mon Mar 26 06:21:48 2018
@@ -124,6 +124,10 @@ option specifies "``-``", then the outpu
   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




More information about the llvm-commits mailing list