Re: [PATCH, rs6000] Fix mulv8hi3 pattern for little endian
* config/rs6000/altivec.md (mulv8hi3): Adjust for little endian. Okay. Thanks, David
[PATCH, rs6000] Fix mulv8hi3 pattern for little endian
Hi, The RTL generation for mulv8hi3 is slightly different for big and little endian modes. In the latter case, the operands of the vector-pack instruction must be reversed to get the proper interleaving. Bootstrapped and tested on powerpc64{,le}-unknown-linux-gnu with no new regressions. This f