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

Is this still necessary? Windows now fully supported egpr/ppx/push2pop2.

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