[llvm] 5d6e0e4 - [benchmark] Replace references to M680x0 with M68k

Jessica Clarke via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 5 17:04:44 PST 2021


Author: Jessica Clarke
Date: 2021-03-06T01:04:36Z
New Revision: 5d6e0e474e8636077ad00b9b4f18bcd1e30cb482

URL: https://github.com/llvm/llvm-project/commit/5d6e0e474e8636077ad00b9b4f18bcd1e30cb482
DIFF: https://github.com/llvm/llvm-project/commit/5d6e0e474e8636077ad00b9b4f18bcd1e30cb482.diff

LOG: [benchmark] Replace references to M680x0 with M68k

The former was the old unusual name of the out-of-tree backend but it
was renamed to M68k during the code review process to conform with how
almost everything refers to the Motorola 68000 family of processors.
Thus, update the comments to avoid confusion when the backend lands.

Added: 
    

Modified: 
    libcxx/utils/google-benchmark/README.LLVM
    llvm/utils/benchmark/README.LLVM

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/google-benchmark/README.LLVM b/libcxx/utils/google-benchmark/README.LLVM
index e86f92f6ce8c..34afcc02b294 100644
--- a/libcxx/utils/google-benchmark/README.LLVM
+++ b/libcxx/utils/google-benchmark/README.LLVM
@@ -23,6 +23,6 @@ Changes:
   The second cherrypicked commit fixes formatting issues introduced by the
   preceding change.
 * https://github.com/google/benchmark/commit/ffe1342eb2faa7d2e7c35b4db2ccf99fab81ec20
-  is applied to add the CycleTimer implementation for M680x0
+  is applied to add the CycleTimer implementation for M68k
 * https://github.com/google/benchmark/commit/d9abf017632be4a00b92cf4289539b353fcea5d2
   is applied to rename 'mftbl' to 'mftb'.

diff  --git a/llvm/utils/benchmark/README.LLVM b/llvm/utils/benchmark/README.LLVM
index 5e0067b803b4..d77da3b62001 100644
--- a/llvm/utils/benchmark/README.LLVM
+++ b/llvm/utils/benchmark/README.LLVM
@@ -34,6 +34,6 @@ Changes:
   asm issues and 32-bit RISC-V build failures. The second cherrypicked commit
   fixes formatting issues introduced by the preceding change.
 * https://github.com/google/benchmark/commit/ffe1342eb2faa7d2e7c35b4db2ccf99fab81ec20
-  is applied to add the CycleTimer implementation for M680x0
+  is applied to add the CycleTimer implementation for M68k
 * https://github.com/google/benchmark/commit/d9abf017632be4a00b92cf4289539b353fcea5d2
   is applied to rename 'mftbl' to 'mftb'.


        


More information about the llvm-commits mailing list