[clang] [llvm] [LLVM][AArch64] Add new feature +sme-mop4 and +sme-tmop (PR #121935)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 13 09:18:58 PST 2025
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 9256485043fe5cc3a24dba649deef8ae69e6d702 14cd654f51405aaff6cf5a07e72edd8c61cc5c54 --extensions cpp,c -- clang/test/Driver/print-supported-extensions-aarch64.c llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.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 ae1b04971b..430e07a946 100644
--- a/llvm/unittests/TargetParser/TargetParserTest.cpp
+++ b/llvm/unittests/TargetParser/TargetParserTest.cpp
@@ -1344,7 +1344,7 @@ TEST(TargetParserTest, AArch64ExtensionFeatures) {
AArch64::AEK_LSUI, AArch64::AEK_OCCMO,
AArch64::AEK_PCDPHINT, AArch64::AEK_POPS,
AArch64::AEK_SVEAES, AArch64::AEK_SME_MOP4,
- AArch64::AEK_SME_TMOP, AArch64::AEK_SVEBITPERM,
+ AArch64::AEK_SME_TMOP, AArch64::AEK_SVEBITPERM,
AArch64::AEK_SSVE_BITPERM,
};
``````````
</details>
https://github.com/llvm/llvm-project/pull/121935
More information about the llvm-commits
mailing list