[clang] [llvm] Split fmv and extensions (PR #92882)

Tomas Matheson via cfe-commits cfe-commits at lists.llvm.org
Tue May 28 07:05:49 PDT 2024


================
@@ -13754,11 +13760,14 @@ void ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
     }
     Target->initFeatureMap(FeatureMap, getDiagnostics(), TargetCPU, Features);
   } else if (const auto *TV = FD->getAttr<TargetVersionAttr>()) {
-    std::vector<std::string> Feats = filterFunctionTargetVersionAttrs(TV);
----------------
tmatheson-arm wrote:

Just to make it consistent with the TargetClones case.

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


More information about the cfe-commits mailing list