Re: [PATCH, rs6000] Fold vector multiplies in GIMPLE

2017-05-11 Thread Segher Boessenkool
Hi! On Thu, May 11, 2017 at 10:51:54AM -0500, Will Schmidt wrote: > Add support for some of the vector multiply (sp,dp) operations in > the gimple folding. I missed these during an earlier pass that > added the other (mule, mulo) multiply operations. This change is > covered by the existing test

[PATCH, rs6000] Fold vector multiplies in GIMPLE

2017-05-11 Thread Will Schmidt
Hi, Add support for some of the vector multiply (sp,dp) operations in the gimple folding. I missed these during an earlier pass that added the other (mule, mulo) multiply operations. This change is covered by the existing testcases for vector folding (gcc.target/powerpc/fold-vec-mul-*.c).