]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix gcc.dg/vect/bb-slp-77.c for x86
authorRichard Biener <rguenther@suse.de>
Fri, 8 Nov 2024 14:11:34 +0000 (15:11 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 8 Nov 2024 14:15:11 +0000 (15:15 +0100)
commit12383255fe4e82c31f5e42c72a8fbcb1b5dea35d
tree8a9c321b26c0dd9193a21aa6edfef7be51675170
parent1e8396464cb990d554c932cd959742b86660a25a
Fix gcc.dg/vect/bb-slp-77.c for x86

x86 doesn't have .REDUC_PLUS for V2SImode - there's no effective
target for that so add it to the list of targets not expecting the
BB vectorization.

* gcc.dg/vect/bb-slp-77.c: Add x86_64-*-* and i?86-*-* to
the list of expected failing targets.
gcc/testsuite/gcc.dg/vect/bb-slp-77.c