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

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 2 02:53:40 PST 2026


================
@@ -179,6 +179,31 @@ bool X86TargetInfo::initFeatureMap(
       continue;
     }
 
+    // Expand apxf to the individual APX features
----------------
phoebewang wrote:

This duplicates the expansion of apxf in the driver. Shoud be better remove that part?

https://github.com/llvm/llvm-project/pull/184078


More information about the cfe-commits mailing list