We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d3820 commit c0371abCopy full SHA for c0371ab
clang/lib/Basic/Targets/AArch64.cpp
@@ -1071,7 +1071,7 @@ bool AArch64TargetInfo::initFeatureMap(
1071
// add target '+/-'features that can later disable some of features added on
1072
// the first loop. Function Multi Versioning features begin with '?'.
1073
for (const auto &Feature : FeaturesVec)
1074
- if (((Feature[0] == '?' || Feature[0] == '+')) &&
+ if (Feature[0] == '?' &&
1075
AArch64TargetInfo::doesFeatureAffectCodeGen(Feature.substr(1))) {
1076
StringRef DepFeatures =
1077
AArch64TargetInfo::getFeatureDependencies(Feature.substr(1));
0 commit comments