https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92464

--- Comment #5 from Kewen Lin <linkw at gcc dot gnu.org> ---
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  <li...@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

Reply via email to