Re: [PATCH] test/rs6000: Add cases to cover vector multiply

2021-07-07 Thread Segher Boessenkool
Hi! On Wed, Jul 07, 2021 at 05:02:42PM +0800, Kewen.Lin wrote: > This patch is to add test cases to check if vectorizer > can exploit vector multiply instrutions on Power, some > of them are supported since Power8, the other are newly > introduced by Power10. Okay for trunk. Thank you! Segher

[PATCH] test/rs6000: Add cases to cover vector multiply

2021-07-07 Thread Kewen.Lin via Gcc-patches
Hi, This patch is to add test cases to check if vectorizer can exploit vector multiply instrutions on Power, some of them are supported since Power8, the other are newly introduced by Power10. Is it ok for trunk? BR, Kewen - gcc/testsuite/ChangeLog: * gcc.target/powerpc/mul-vectoriz