summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-mca.rst
diff options
context:
space:
mode:
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2018-04-25 10:18:25 +0000
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2018-04-25 10:18:25 +0000
commit93c49d5e58d25cde1a6b0acac8e2a322534c8c36 (patch)
tree4ebb4f66fc308b5190bcdcd7f4863f465e69344a /llvm/docs/CommandGuide/llvm-mca.rst
parent80daae2736696efd64238add0ed1cce9797f9d83 (diff)
downloadbcm5719-llvm-93c49d5e58d25cde1a6b0acac8e2a322534c8c36.tar.gz
bcm5719-llvm-93c49d5e58d25cde1a6b0acac8e2a322534c8c36.zip
[llvm-mca] Default to the native host cpu if flag -mcpu is not specified.
llvm-svn: 330809
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-mca.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-mca.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/llvm-mca.rst b/llvm/docs/CommandGuide/llvm-mca.rst
index 54610d77cd5..63f2e65cd04 100644
--- a/llvm/docs/CommandGuide/llvm-mca.rst
+++ b/llvm/docs/CommandGuide/llvm-mca.rst
@@ -89,9 +89,8 @@ option specifies "``-``", then the output will also be sent to standard output.
.. option:: -mcpu=<cpuname>
- Specify the processor for whic to run the analysis.
- By default this defaults to a "generic" processor. It is not autodetected to
- the current architecture.
+ Specify the processor for which to analyze the code. By default, the cpu name
+ is autodetected from the host.
.. option:: -output-asm-variant=<variant id>
OpenPOWER on IntegriCloud