]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-optimization/119166 - ICE with --param vect-force-slp=0
authorRichard Biener <rguenther@suse.de>
Tue, 11 Mar 2025 07:29:05 +0000 (08:29 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 11 Mar 2025 07:30:38 +0000 (08:30 +0100)
commitc39b0d4faedd432c85ba5c737ebe9d41aad7dca1
tree1f6ae0d1e8818a86a32a36234001a456a73c5583
parent86c692c51c356958781a1d6788dd34223deac9ad
tree-optimization/119166 - ICE with --param vect-force-slp=0

The following fixes a missing guard on slp_node in get_load_store_type.

PR tree-optimization/119166
* tree-vect-stmts.cc (get_load_store_type): Guard SLP tree
access.
gcc/tree-vect-stmts.cc