From ad19b9ceadefa8552b5d94e963aff83076a76cf3 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Sun, 7 Jun 2020 11:13:50 -0400 Subject: [PATCH] [Docs] fix typos for llvm-mca; NFC --- llvm/docs/CommandGuide/llvm-mca.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/docs/CommandGuide/llvm-mca.rst b/llvm/docs/CommandGuide/llvm-mca.rst index 703d39a..092aa2b 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 -- 2.7.4