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
As discussed on #144933 - we shouldn't be having multiple pass stages in SLP tests as it obscures the effect of the the vectorizer - especially as in most cases slp-vectorizer and instcombine are not sequential.
The slp tests should only run -passes=slp-vectorizer in nearly all cases and if there is a need to check for additional IR then we should consider copying / moving the test to PhaseOrdering