]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-optimization/121256 - re-instantiate check on SLP node
authorRichard Biener <rguenther@suse.de>
Thu, 31 Jul 2025 10:20:34 +0000 (12:20 +0200)
committerRichard Biener <rguenther@suse.de>
Thu, 31 Jul 2025 11:47:39 +0000 (13:47 +0200)
commit295dd134318068d253f09786b523718fd6951967
tree8cd878b2aa81dae2a2a668b7b177f40e71b2db30
parentc70696b3daaaa45043be5cd7219e15894bc32e50
tree-optimization/121256 - re-instantiate check on SLP node

On the gcc-15 branch we can have no SLP node.  We have to be
careful with cherry-picks from trunk.

PR tree-optimization/121256
* tree-vect-loop.cc (vectorizable_recurr): Handle the case
of a NULL SLP node.
gcc/tree-vect-loop.cc