[clang] [llvm] [X86] Support apxf in attribute target (PR #184078)
Phoebe Wang via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 3 17:48:29 PST 2026
================
@@ -179,10 +179,15 @@ bool X86TargetInfo::initFeatureMap(
continue;
}
+ if (llvm::X86::expandAPXFeatures(Feature, getTriple(), UpdatedFeaturesVec))
----------------
phoebewang wrote:
Support != meaningful. In the multiversioning scenario, the base features are the least ones. We always add more features to single functions rather than reduce. Anyway, I don't insist on it.
https://github.com/llvm/llvm-project/pull/184078
More information about the cfe-commits
mailing list