From: Sanjay Patel Date: Sun, 7 Jun 2020 15:13:50 +0000 (-0400) Subject: [Docs] fix typos for llvm-mca; NFC X-Git-Tag: llvmorg-12-init~3833 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad19b9ceadefa8552b5d94e963aff83076a76cf3;p=platform%2Fupstream%2Fllvm.git [Docs] fix typos for llvm-mca; NFC --- 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