[clang] [llvm] [X86] Support apxf in attribute target (PR #184078)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 15 06:19:15 PDT 2026


================
@@ -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


More information about the cfe-commits mailing list