aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAiden Grossman <agrossman154@yahoo.com>2024-02-24 08:32:03 +0000
committerAiden Grossman <agrossman154@yahoo.com>2024-02-24 08:32:17 +0000
commit60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e (patch)
treec5c6490f80095bf85594f404605f4e152ec1df70
parent91d5653e3ae9742f7fb847f809b534ee128501b0 (diff)
downloadllvm-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.zip
llvm-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz
llvm-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.bz2
[llvm-exegesis] Fix typos in README
-rw-r--r--llvm/tools/llvm-exegesis/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/tools/llvm-exegesis/README.md b/llvm/tools/llvm-exegesis/README.md
index bbc2468..f606fbf 100644
--- a/llvm/tools/llvm-exegesis/README.md
+++ b/llvm/tools/llvm-exegesis/README.md
@@ -1,7 +1,7 @@
# llvm-exegesis
-`llvm-exegesis` is a benchmarking tool that accepts or assembles a snippet and
-can measure characteristics of that snippet by executing it while keeping track
+`llvm-exegesis` is a benchmarking tool that accepts or generates snippets and
+can measure characteristics of those snippets by executing it while keeping track
of performance counters.
### Currently Supported Platforms
@@ -32,7 +32,7 @@ architectures:
* MIPS
* PowerPC (PowerPC64LE only)
-Note that not benchmarking functionality is guaranteed to work on all platforms.
+Note that not all benchmarking functionality is guaranteed to work on all platforms.
Memory annotations are currently only supported on 64-bit X86. There is no
inherent limitations for porting memory annotations to other architectures, but