================
@@ -1331,7 +1331,10 @@ TEST(TargetParserTest, AArch64ExtensionFeatures) {
       AArch64::AEK_SVE_F16F32MM, AArch64::AEK_SVE_AES2,
       AArch64::AEK_SSVE_AES,     AArch64::AEK_F8F32MM,
       AArch64::AEK_F8F16MM,      AArch64::AEK_LSFE,
-      AArch64::AEK_FPRCVT,       AArch64::AEK_CMPBR};
+      AArch64::AEK_FPRCVT,       AArch64::AEK_CMPBR,
+      AArch64::AEK_LSUI,         AArch64::AEK_OCCMO,
+      AArch64::AEK_PCDPHINT,
+    };
----------------
jthackray wrote:

Fix `clang-format`:
```suggestion
  };
```

https://github.com/llvm/llvm-project/pull/112341
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to