Re: [PATCH 4/4 GCC11] rs6000: P9 D-form test cases

2020-01-20 Thread Segher Boessenkool
Hi! On Thu, Jan 16, 2020 at 05:42:41PM +0800, Kewen.Lin wrote: > +/* At time the dform optimization pass was merged with trunk, 12 > + lxv instructions were emitted in place of the same number of lxvx > + instructions. No need to require exactly this number, as it may > + change when other

[PATCH 4/4 GCC11] rs6000: P9 D-form test cases

2020-01-16 Thread Kewen.Lin
gcc/testsuite/ChangeLog 2020-01-16 Kelvin Nilsen Kewen Lin * gcc.target/powerpc/p9-dform-0.c: New test. * gcc.target/powerpc/p9-dform-1.c: New test. * gcc.target/powerpc/p9-dform-2.c: New test. * gcc.target/powerpc/p9-dform-3.c: New test.