================
@@ -179,6 +179,31 @@ bool X86TargetInfo::initFeatureMap(
continue;
}
+ // Expand apxf to the individual APX features
----------------
phoebewang wrote:
It mainly happens when disabling a base feature. E.g., no-avx512f diables
avx512bw. But APX features are designed decoupled. Even all APXF features
disabled, CF feature can still work. So I slightly prefer it's not disabled.
https://github.com/llvm/llvm-project/pull/184078
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits