]> git.ipfire.org Git - thirdparty/gcc.git/commit
Improve SLP dump and graph
authorRichard Biener <rguenther@suse.de>
Wed, 27 Mar 2024 09:53:11 +0000 (10:53 +0100)
committerRichard Biener <rguenther@suse.de>
Thu, 2 May 2024 13:30:17 +0000 (15:30 +0200)
commitbf33fe90e75c2c463d77f83d9a44dc61abe087f5
tree59bfedde97b7c3f8360c6fef663d32f7a20eaa87
parent9b5c0be59d0f94df0517820f00b4520b5abddd8c
Improve SLP dump and graph

The following notes which lanes are considered live and adds an overload
to produce a graphviz graph for multiple entries into an SLP graph.

* tree-vect-slp.cc (vect_print_slp_tree): Mark live lanes.
(dot_slp_tree): New overload for multiple entries.
gcc/tree-vect-slp.cc