Re: [PATCH, rs6000] Add xxswapd support for V2DF and V2DI modes

2019-11-06 Thread Segher Boessenkool
Hi! On Wed, Nov 06, 2019 at 10:41:42AM -0600, Kelvin Nilsen wrote: > It was recently discovered that the existing xxswapd instruction patterns > lack support for the V2DF and V2DI modes. Support for these modes is > required for certain new instruction patterns that are being implemented. Okay

[PATCH, rs6000] Add xxswapd support for V2DF and V2DI modes

2019-11-06 Thread Kelvin Nilsen
It was recently discovered that the existing xxswapd instruction patterns lack support for the V2DF and V2DI modes. Support for these modes is required for certain new instruction patterns that are being implemented. This patch adds the desired support. The patch has been bootstrapped and te