]> gcc.gnu.org Git - gcc.git/commit
[testsuite] Fix PR94079 by respecting vect_hw_misalign [PR94079]
authorKewen Lin <linkw@linux.ibm.com>
Thu, 9 Apr 2020 02:52:00 +0000 (21:52 -0500)
committerKewen Lin <linkw@linux.ibm.com>
Thu, 9 Apr 2020 02:52:00 +0000 (21:52 -0500)
commite7c4084d11b957d925ba586f86db2f346fb3bfe0
tree7fb76c41cab11508ea0b9882d007650cbb93a105
parent4049edc23e4165dc18b7f720f6587d6ebbfb59d5
[testsuite] Fix PR94079 by respecting vect_hw_misalign [PR94079]

This is another vect case which requires special handling with
vect_hw_misalign.  The alignment of the second part requires
misaligned vector access supports.  This patch is to adjust
the related guard condition and comments.

Verified it on ppc64-redhat-linux (Power7 BE).

2020-04-09  Kewen Lin  <linkw@gcc.gnu.org>

gcc/testsuite/ChangeLog

    PR testsuite/94023
    * gfortran.dg/vect/pr83232.f90: Expect 2 rather than 3 times SLP on
    non-vect_hw_misalign targets.
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/vect/pr83232.f90
This page took 0.06113 seconds and 5 git commands to generate.