[clang] [llvm] [AArch64] Remove Automatic Enablement of FEAT_F32MM (PR #85203)

Rodolfo Wottrich via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 20 04:01:47 PDT 2024


================
@@ -2487,10 +2480,10 @@ AArch64ExtensionDependenciesBaseCPUTestParams
          {}},
         {"cortex-a520",
          {},
-         {"v9.2a",    "bf16",     "crc",     "dotprod", "f32mm",        "flagm",
-          "fp-armv8", "fullfp16", "fp16fml", "i8mm",    "lse",          "mte",
-          "pauth",    "perfmon",  "predres", "ras",     "rcpc",         "rdm",
-          "sb",       "neon",     "ssbs",    "sve",     "sve2-bitperm", "sve2"},
+         {"v9.2a",    "bf16",    "crc",  "dotprod",      "flagm", "fp-armv8",
----------------
rgwott wrote:

Are these entries not better off one per line? The patch is modifying all lines anyway, might as well make it so that any future modifications would be more modular.

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


More information about the cfe-commits mailing list