r278195 - in /trunk/gcc/testsuite: ChangeLog gc...
linkw@gcc.gnu.org
linkw@gcc.gnu.org
Thu Nov 14 05:57:00 GMT 2019
Author: linkw
Date: Thu Nov 14 05:57:12 2019
New Revision: 278195
URL: https://gcc.gnu.org/viewcvs?rev=278195&root=gcc&view=rev
Log:
[testsuite] Fix PR92464 by adjust test case loop bound
The recent vectorization cost adjustment on load leads
the profitable min iteration count to change from 19 to 12.
The case happens to hit the threshold. This patch is to
adjust the loop bound from 16 to 14.
gcc/testsuite/ChangeLog
2019-11-14 Kewen Lin <linkw@gcc.gnu.org>
PR target/92464
* gcc.dg/vect/costmodel/ppc/costmodel-vect-76b.c: Adjust
loop bound due to load cost adjustment.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-76b.c
More information about the Gcc-cvs
mailing list