]> git.ipfire.org Git - thirdparty/gcc.git/commit
Avoid SLP_REPRESENTATIVE access for VEC_PERM in SLP scheduling
authorRichard Biener <rguenther@suse.de>
Fri, 17 May 2024 13:23:38 +0000 (15:23 +0200)
committerRichard Biener <rguenther@suse.de>
Wed, 22 May 2024 11:18:28 +0000 (13:18 +0200)
commit31e9bae0ea5e5413abfa3ca9050e66cc6760553e
tree7fbea146867e89980e470dc20a3f53f22b3cd361
parent0c7792f707368d0225a9a457895b847ef660c270
Avoid SLP_REPRESENTATIVE access for VEC_PERM in SLP scheduling

SLP permute nodes can end up without a SLP_REPRESENTATIVE now,
the following avoids touching it in this case in vect_schedule_slp_node.

* tree-vect-slp.cc (vect_schedule_slp_node): Avoid looking
at SLP_REPRESENTATIVE for VEC_PERM nodes.
gcc/tree-vect-slp.cc