================
@@ -174,6 +174,15 @@ bool X86TargetInfo::initFeatureMap(
       continue;
     }
 
+    if (Feature == "+apxf" || Feature == "-apxf") {
+      std::vector<StringRef> APXFeatures;
+      llvm::X86::expandAPXFeatures(Feature == "-apxf", 
getTriple().isOSWindows(),
----------------
mikolaj-pirog wrote:

Right, it's a leftover from earlier when it wasn't the case, it's corrected now

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