[llvm] [clang] [TargetParser] Define AEK_FCMA and AEK_JSCVT for tsv110 (PR #75516)

Hassnaa Hamdi via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 20 10:03:04 PST 2023


================
@@ -173,6 +173,8 @@ enum ArchExtKind : unsigned {
   AEK_SMEF8F16 =      69, // FEAT_SME_F8F16
   AEK_SMEF8F32 =      70, // FEAT_SME_F8F32
   AEK_SMEFA64 =       71, // FEAT_SME_FA64
+  AEK_JSCVT =         72, // FEAT_JSCVT
+  AEK_FCMA =          73, // FEAT_FCMA
----------------
hassnaaHamdi wrote:

Hi,
As you are updating this enum, I think you need to update the related tests also in the TargetParserTest.cpp, the test is named: `AArch64ExtensionFeatures`

https://github.com/llvm/llvm-project/pull/75516


More information about the cfe-commits mailing list