From 60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 24 Feb 2024 08:32:03 +0000 Subject: [llvm-exegesis] Fix typos in README --- llvm/tools/llvm-exegesis/README.md | 6 +++--- 1 file 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 -- cgit v1.1