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

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 3 06:02:01 PST 2026


================
@@ -778,6 +778,22 @@ llvm::X86::getCpuSupportsMask(ArrayRef<StringRef> FeatureStrs) {
   return FeatureMask;
 }
 
+bool llvm::X86::expandAPXFeatures(StringRef Name, const llvm::Triple &Triple,
----------------
phoebewang wrote:

Would it better to use bool `IsOSWindows`?

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


More information about the cfe-commits mailing list