As suggested on D107370, this is a possible patch to rename the tuning feature flags to start with 'Tuning' instead of 'Feature'.
Unfortunately I'm not sure we should do this for security mitigation flags as the llvm/Support/X86TargetParser.def code uses 'llvm::X86::FEATURE_##' style stubs that include some of these flags - we're probably better off keeping the enum names as similar as possible?
Nit, it looks a bit strange in the middle of all TuningXXX. Maybe better to hoist to the top or give a separate comment?