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

Mikołaj Piróg via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 3 09:57:05 PST 2026


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

Attribute target supports negative features as well, testing shows an example of that

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


More information about the cfe-commits mailing list