]> git.ipfire.org Git - thirdparty/gcc.git/commit
Pass representative of live SLP node to vect_create_epilog_for_reduction master trunk
authorRichard Biener <rguenther@suse.de>
Fri, 22 Aug 2025 12:40:12 +0000 (14:40 +0200)
committerRichard Biener <rguenther@suse.de>
Fri, 22 Aug 2025 13:45:11 +0000 (15:45 +0200)
commitbd7c238e3c36c872111eb6ffb0e8f75a4a4d2f41
tree47e6b77a53be63dd3e46e31378393ca99b7002b4
parentaf0af4cf81307240cafdf642e913128ad7ac6b81
Pass representative of live SLP node to vect_create_epilog_for_reduction

We passed the reduc_info which is close, but the representative is
more spot on and will not collide with making the reduc_info a
distinct type.

* tree-vect-loop.cc (vectorizable_live_operation): Pass
the representative of the PHIs node to
vect_create_epilog_for_reduction.
gcc/tree-vect-loop.cc