On Tue, Apr 21, 2020 at 2:13 PM Richard Sandiford
wrote:
>
> The type compatibility handling in simplify_vector_constructor is
> based on the number of elements and on element type compatibility,
> but that's no longer enough to ensure that two vector types are
> compatible. This patch uses a VIE
The type compatibility handling in simplify_vector_constructor is
based on the number of elements and on element type compatibility,
but that's no longer enough to ensure that two vector types are
compatible. This patch uses a VIEW_CONVERT_EXPR if the permutation
type and result type are distinct.