Re: [PATCH, rs6000] Fix vsx_concat_ insns for little endian

2013-10-16 Thread David Edelsohn
On Tue, Oct 15, 2013 at 8:47 PM, Bill Schmidt wrote: > Simple patch to reverse the order of the input operands when > concatenating for little endian code generation. Bootstrapped and > tested on powerpc64-unknown-linux-gnu and powerpc64le-unknown-linux-gnu > with no regressions. Fixes two tests

[PATCH, rs6000] Fix vsx_concat_ insns for little endian

2013-10-15 Thread Bill Schmidt
Simple patch to reverse the order of the input operands when concatenating for little endian code generation. Bootstrapped and tested on powerpc64-unknown-linux-gnu and powerpc64le-unknown-linux-gnu with no regressions. Fixes two tests in the testsuite for the latter. Ok for trunk? Thanks, Bill