Open
Description
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