This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/81738] [8 Regression] gcc.dg/vect/vect-alias-check-6.c FAILs


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

--- Comment #5 from Aldy Hernandez <aldyh at gcc dot gnu.org> ---
Author: aldyh
Date: Wed Sep 13 16:51:12 2017
New Revision: 252395

URL: https://gcc.gnu.org/viewcvs?rev=252395&root=gcc&view=rev
Log:
PR81738: Split vect-alias-check-6.c

The second loop in the testcase only vectorises if we can reverse
a vector and if aligned loads aren't required.

2017-08-10  Richard Sandiford  <richard.sandiford@linaro.org>

gcc/testsuite/
        PR testsuite/81738
        * gcc.dg/vect/vect-alias-check-6.c: Move second function to...
        * gcc.dg/vect/vect-alias-check-7.c: ...this new file.  Require
        vect_perm and vect_element_align for vectorization.

Added:
    branches/range-gen2/gcc/testsuite/gcc.dg/vect/vect-alias-check-7.c
Modified:
    branches/range-gen2/gcc/testsuite/ChangeLog
    branches/range-gen2/gcc/testsuite/gcc.dg/vect/vect-alias-check-6.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]