Fix some instcombine casts
InstCombine presumes in some places that a vector type with just on element is a scalar. This does not hold for scalable types.
Loading
Please sign in to comment
InstCombine presumes in some places that a vector type with just on element is a scalar. This does not hold for scalable types.