Re: [PATCH] test/rs6000: Add case to cover vector division

2021-07-07 Thread Segher Boessenkool
On Wed, Jul 07, 2021 at 05:03:07PM +0800, Kewen.Lin wrote: > This patch is to add one test case to check if vectorizer > can exploit vector division instrutions newly introduced > by Power10. Okay, great, thanks! Segher

[PATCH] test/rs6000: Add case to cover vector division

2021-07-07 Thread Kewen.Lin via Gcc-patches
Hi, This patch is to add one test case to check if vectorizer can exploit vector division instrutions newly introduced by Power10. Is it ok for trunk? BR, Kewen - gcc/testsuite/ChangeLog: * gcc.target/powerpc/div-vectorize-1.c: New test. --- .../gcc.target/powerpc/div-vectorize-1.c