]> gcc.gnu.org Git - gcc.git/commit
Cleanup vectorizable_live_operation
authorRichard Biener <rguenther@suse.de>
Fri, 3 Nov 2023 13:44:22 +0000 (14:44 +0100)
committerRichard Biener <rguenther@suse.de>
Fri, 3 Nov 2023 14:55:10 +0000 (15:55 +0100)
commit95cfa2cdd1b525a5b2830206692ddb9f948000d3
treea48fb8b7a30214ab0448c473965f6f5efa25971f
parent5926f30a8dcee9142360fdae445ebfdee4a528f9
Cleanup vectorizable_live_operation

During analyzing PR111950 I found the loop live operation code-gen
odd, in particular only replacing a single PHI but then adjusting
possibly remaining PHIs afterwards where there shouldn't really
be any out-of-loop uses of the scalar in-loop def left.

* tree-vect-loop.cc (vectorizable_live_operation): Simplify
LC PHI replacement.
gcc/tree-vect-loop.cc
This page took 0.060346 seconds and 5 git commands to generate.