Re: [PATCH, rs6000] Use lxvx and stxvx for 128-bit float, etc., with -mcpu=power9

2016-01-06 Thread David Edelsohn
On Wed, Jan 6, 2016 at 1:34 PM, Bill Schmidt wrote: > Hi, > > I previously added POWER9 support for lxvx and stxvx to replace the > load-swap and swap-store patterns for POWER8. However, I missed the > fact that we have different patterns for loads and stores of 128-bit > floats and other scalars

[PATCH, rs6000] Use lxvx and stxvx for 128-bit float, etc., with -mcpu=power9

2016-01-06 Thread Bill Schmidt
Hi, I previously added POWER9 support for lxvx and stxvx to replace the load-swap and swap-store patterns for POWER8. However, I missed the fact that we have different patterns for loads and stores of 128-bit floats and other scalars. This patch expands the previous POWER9 override to catch thes