On Fri, Nov 22, 2013 at 10:41 AM, Bill Schmidt
wrote:
> Hi,
>
> Most of our constant vector permutes use the vperm instructions, but for
> V2DImode and V2DFmode we use xxpermdi. This patch corrects the
> generated xxpermdi to be correct for little endian, which fixes failures
> of the test cases
Hi,
Most of our constant vector permutes use the vperm instructions, but for
V2DImode and V2DFmode we use xxpermdi. This patch corrects the
generated xxpermdi to be correct for little endian, which fixes failures
of the test cases gcc.dg/torture/vshuf-v2d[fi].c. Note that we can't
fix this direc