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

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


================
@@ -1169,14 +1194,7 @@ bool X86TargetInfo::isValidFeatureName(StringRef Name) const {
       .Case("xsavec", true)
       .Case("xsaves", true)
       .Case("xsaveopt", true)
-      .Case("egpr", true)
-      .Case("push2pop2", true)
-      .Case("ppx", true)
-      .Case("ndd", true)
-      .Case("ccmp", true)
-      .Case("nf", true)
-      .Case("cf", true)
-      .Case("zu", true)
----------------
phoebewang wrote:

Won't this cause single feature fail when using -mapx-features=xxx?

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


More information about the cfe-commits mailing list