You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Disable promotion of i16 comparisons
Use ILP scheduling
Vector Interleaving
This would rid us of the last remaining CPU specific feature flag (ProcIntelAtom)