[clang] [AArch64]: Refactor target parser to use BitVector. (PR #65423)

via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 6 01:30:55 PDT 2023


================
@@ -260,7 +262,7 @@ inline constexpr ExtensionInfo Extensions[] = {
     {"tme", AArch64::AEK_TME, "+tme", "-tme", FEAT_MAX, "", 0},
     {"wfxt", AArch64::AEK_NONE, {}, {}, FEAT_WFXT, "+wfxt", 550},
     {"gcs", AArch64::AEK_GCS, "+gcs", "-gcs", FEAT_MAX, "", 0},
-    // Special cases
+            // Special cases
----------------
sdesmalen-arm wrote:

nit: unrelated change

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


More information about the cfe-commits mailing list