[SCEV] Recognize `x == 0 ? 0 : umin(..., x, ...) -> umin_seq(x, umin(...))`
That is the canonical expansion for umin_seq, so we really should roundtrip it.
Loading
Please sign in to comment
That is the canonical expansion for umin_seq, so we really should roundtrip it.