Skip to content
Snippets Groups Projects
Commit 0ceeb992 authored by Richard Biener's avatar Richard Biener Committed by Richard Biener
Browse files

tree-optimization/116460 - improve forwprop compile-time

The following improves forwprop block reachability which I noticed
when debugging PR116460 and what is also noted in the comment.  It
avoids processing blocks in natural loops determined unreachable,
thereby making the issue in PR116460 latent.

	PR tree-optimization/116460
	* tree-ssa-forwprop.cc (pass_forwprop::execute): Do not
	process blocks in unreachable natural loops.
parent 03b802e1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment