We still have special case handling for Atom (Bonnell) CPUs, behind a ST->isAtom() check - some of these might be entirely redundant (disabling vector interleaving might be better now with decent cost tables?), while others should be replaced with tuning flags:
[x] Disable promotion of i16 comparisons
[ ] Use ILP scheduling
[ ] Vector Interleaving
[ ] Optimal AntiDepBreakMode (#62875)
This would rid us of the last remaining CPU specific feature flag (ProcIntelAtom)
We still have special case handling for Atom (Bonnell) CPUs, behind a ST->isAtom() check - some of these might be entirely redundant (disabling vector interleaving might be better now with decent cost tables?), while others should be replaced with tuning flags:
This would rid us of the last remaining CPU specific feature flag (ProcIntelAtom)