Re: [PATCH, PowerPC] Fix vector pack insns for little endian

2013-07-24 Thread David Edelsohn
On Wed, Jul 24, 2013 at 5:05 PM, Bill Schmidt wrote: > In little endian mode, we need to reverse the order of operands for > vector pack operations. This corrects 20 failures in the test suite in > LE mode. > > Patch based on work by Anton Blanchard; I simplified it and generalized > it to all th

[PATCH, PowerPC] Fix vector pack insns for little endian

2013-07-24 Thread Bill Schmidt
In little endian mode, we need to reverse the order of operands for vector pack operations. This corrects 20 failures in the test suite in LE mode. Patch based on work by Anton Blanchard; I simplified it and generalized it to all the vector pack insns. Bootstrapped and tested on powerpc64-unknow