[Bug tree-optimization/113670] ICE with vectors in named registers and -fno-vect-cost-model
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Mar 21 13:54:25 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113670
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Richard Biener
<rguenth@gcc.gnu.org>:
https://gcc.gnu.org/g:ac664905b837095b15099e44e83471672eee7aa9
commit r13-8484-gac664905b837095b15099e44e83471672eee7aa9
Author: Richard Biener <rguenther@suse.de>
Date: Wed Jan 31 09:09:50 2024 +0100
tree-optimization/113670 - gather/scatter to/from hard registers
The following makes sure we're not taking the address of hard
registers when vectorizing appearant gathers or scatters to/from
them.
PR tree-optimization/113670
* tree-vect-data-refs.cc (vect_check_gather_scatter):
Make sure we can take the address of the reference base.
* gcc.target/i386/pr113670.c: New testcase.
(cherry picked from commit 924137b9012cee5603482242de08fbf0b2030f6a)
More information about the Gcc-bugs
mailing list