[clang] [llvm] [AArch64][llvm] Add support for Permission Overlays Extension 2 (FEAT_S1POE2) (PR #164912)

via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 31 07:57:41 PDT 2025


================
@@ -3896,6 +3954,7 @@ static const struct Extension {
     {"f16mm", {AArch64::FeatureF16MM}},
     {"f16f32dot", {AArch64::FeatureF16F32DOT}},
     {"f16f32mm", {AArch64::FeatureF16F32MM}},
+    {"poe2", {AArch64::FeatureS1POE2}},
----------------
CarolineConcatto wrote:

Should these:
{"tea", {AArch64::FeatureTEV}},
{"btie", {AArch64::FeatureBTIE}},
be added too?

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


More information about the cfe-commits mailing list