]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR testsuite/106879 FAIL: gcc.dg/vect/bb-slp-layout-19.c on powerpc64
authorJiufu Guo <guojiufu@linux.ibm.com>
Tue, 18 Apr 2023 07:56:53 +0000 (15:56 +0800)
committerJiufu Guo <guojiufu@linux.ibm.com>
Thu, 20 Apr 2023 03:19:24 +0000 (11:19 +0800)
commit57e7229a29ca0e9929b61051e4f5857f0b41b6c7
tree359da36d286548bb7486deaddf855de3c74f7bf0
parent24a8acc1662c37003a7b54814bf840019fec2190
PR testsuite/106879 FAIL: gcc.dg/vect/bb-slp-layout-19.c on powerpc64

On P7, option -mno-allow-movmisalign is added during testing, which
prevents slp happen on the case.

Like PR65484 and PR87306, this patch use vect_hw_misalign to guard
the case on powerpc targets.

gcc/testsuite/ChangeLog:

PR testsuite/106879
* gcc.dg/vect/bb-slp-layout-19.c: Modify to guard the check with
vect_hw_misalign on POWERs.
gcc/testsuite/gcc.dg/vect/bb-slp-layout-19.c