[clang] [compiler-rt] [llvm] [AArch64] Split FeatureMTE to FEAT_MTE and FEAT_MTE2. (PR #109299)

Tomas Matheson via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 27 02:55:32 PDT 2024


================
@@ -1059,7 +1059,7 @@ bool AArch64TargetInfo::handleTargetFeatures(std::vector<std::string> &Features,
       HasFullFP16 = true;
       HasFP16FML = true;
     }
-    if (Feature == "+mte")
+    if (Feature == "+mte2")
----------------
tmatheson-arm wrote:

Won't this break existing IR with `target-features="mte"`?

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


More information about the cfe-commits mailing list