On Tue, Nov 27, 2018 at 04:47:29PM +0100, Jakub Jelinek wrote: > This testcase started FAILing, because function splitting recently started > splitting main1 into inline containing the cheap loop and main1.part.0 which > contains the verification in abort. I believe the test is meant to test > the vectorizer behavior, not how many times that loop has been inlined > somewhere. This patch arranges for main1 not to be inlined or split. > > Tested on powerpc64le-linux, ok for trunk?
This is fine, thanks! Segher > 2018-11-27 Jakub Jelinek <ja...@redhat.com> > > PR middle-end/87157 > * gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c (main1): Add noipa > attribute.