================
@@ -3736,6 +3776,8 @@ static const struct Extension {
{"sme-fa64", {AArch64::FeatureSMEFA64}},
{"cpa", {AArch64::FeatureCPA}},
{"tlbiw", {AArch64::FeatureTLBIW}},
+ {"lsui", {AArch64::FeatureLSUI}},
+ {"occmo", {AArch64::FeatureOCCMO}},
----------------
nasherm wrote:Yes. Done https://github.com/llvm/llvm-project/pull/112341 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
