================ @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits