[llvm] [AArch64] Remove TargetParser CPU/Arch feature tests (PR #104587)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 16 05:56:19 PDT 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff 8aa9d6206ce55bdaaf422839c351fbd63f033b89 95e6162a0cd756b26c5e5ecca330ce7b6a9ecd57 --extensions cpp -- llvm/unittests/TargetParser/TargetParserTest.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/unittests/TargetParser/TargetParserTest.cpp b/llvm/unittests/TargetParser/TargetParserTest.cpp
index 2a55e8e80f..afde543afa 100644
--- a/llvm/unittests/TargetParser/TargetParserTest.cpp
+++ b/llvm/unittests/TargetParser/TargetParserTest.cpp
@@ -1093,7 +1093,6 @@ struct AArch64CPUTestParams
}
};
-
// Note: number of CPUs includes aliases.
static constexpr unsigned NumAArch64CPUArchs = 81;
``````````
</details>
https://github.com/llvm/llvm-project/pull/104587
More information about the llvm-commits
mailing list