================
@@ -179,10 +179,15 @@ bool X86TargetInfo::initFeatureMap(
       continue;
     }
 
+    if (llvm::X86::expandAPXFeatures(Feature, getTriple(), UpdatedFeaturesVec))
----------------
phoebewang wrote:

That's fine. There's no universal solution for all the cases. Along with your 
example, we have known some APX features are good/bad to some cases, but we 
even don't allow specify them individually..

https://github.com/llvm/llvm-project/pull/184078
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to