]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fixup dumping of re-trying without/with single-lane SLP
authorRichard Biener <rguenther@suse.de>
Fri, 4 Oct 2024 12:12:04 +0000 (14:12 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 4 Oct 2024 12:14:13 +0000 (14:14 +0200)
commit16cd00a10035992f52ed67ff77eab20039555b03
tree3efefb00f24cb9925c2f32c8e8d2334b44ce1ea1
parentf82055f8247478d9e2c00f2a442248e42188b8d1
Fixup dumping of re-trying without/with single-lane SLP

The following fixes the order of decrementing the SLP mode and
the dumping.

* tree-vect-loop.cc (vect_analyze_loop_2): Derement 'slp'
before dumping which stage we're starting.
gcc/tree-vect-loop.cc