================
@@ -179,10 +179,15 @@ bool X86TargetInfo::initFeatureMap(
continue;
}
+ if (llvm::X86::expandAPXFeatures(Feature, getTriple(), UpdatedFeaturesVec))
----------------
phoebewang wrote:I think we don't need to care negative feature in attribute? https://github.com/llvm/llvm-project/pull/184078 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
