[llvm] ad19b9c - [Docs] fix typos for llvm-mca; NFC
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 7 08:14:39 PDT 2020
Author: Sanjay Patel
Date: 2020-06-07T11:14:24-04:00
New Revision: ad19b9ceadefa8552b5d94e963aff83076a76cf3
URL: https://github.com/llvm/llvm-project/commit/ad19b9ceadefa8552b5d94e963aff83076a76cf3
DIFF: https://github.com/llvm/llvm-project/commit/ad19b9ceadefa8552b5d94e963aff83076a76cf3.diff
LOG: [Docs] fix typos for llvm-mca; NFC
Added:
Modified:
llvm/docs/CommandGuide/llvm-mca.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/llvm-mca.rst b/llvm/docs/CommandGuide/llvm-mca.rst
index 703d39a31f6b..092aa2beb6c6 100644
--- a/llvm/docs/CommandGuide/llvm-mca.rst
+++ b/llvm/docs/CommandGuide/llvm-mca.rst
@@ -388,10 +388,10 @@ IPC is computed dividing the total number of simulated instructions by the total
number of cycles.
Field *Block RThroughput* is the reciprocal of the block throughput. Block
-throuhgput is a theoretical quantity computed as the maximum number of blocks
+throughput is a theoretical quantity computed as the maximum number of blocks
(i.e. iterations) that can be executed per simulated clock cycle in the absence
-of loop carried dependencies. Block throughput is is superiorly
-limited by the dispatch rate, and the availability of hardware resources.
+of loop carried dependencies. Block throughput is superiorly limited by the
+dispatch rate, and the availability of hardware resources.
In the absence of loop-carried data dependencies, the observed IPC tends to a
theoretical maximum which can be computed by dividing the number of instructions
More information about the llvm-commits
mailing list