[llvm] 60a904b - [llvm-exegesis] Fix typos in README
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 24 00:32:24 PST 2024
Author: Aiden Grossman
Date: 2024-02-24T08:32:17Z
New Revision: 60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e
URL: https://github.com/llvm/llvm-project/commit/60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e
DIFF: https://github.com/llvm/llvm-project/commit/60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.diff
LOG: [llvm-exegesis] Fix typos in README
Added:
Modified:
llvm/tools/llvm-exegesis/README.md
Removed:
################################################################################
diff --git a/llvm/tools/llvm-exegesis/README.md b/llvm/tools/llvm-exegesis/README.md
index bbc24688a2a2c6..f606fbf8e0eb64 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
More information about the llvm-commits
mailing list