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

Jack Styles via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 04:04: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",
----------------
Stylie777 wrote:

I would probably agree with you but the formatting here was assigned by `clang-format`. I also thing this is outside of the scope of this PR and should be done separately as this is a formatting change rather than a functionality change which this PR is focused on.

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


More information about the llvm-commits mailing list