This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Stepanov, PowerPC, life_analysis
On Sat, Jun 09, 2001 at 11:17:05AM -0700, Mark Mitchell wrote:
> Good. Including the call to find_basic_blocks and the flags to
> life_analysis?
Yep. CSE doesn't maintain the CFG while simplifying or eliminating
branches, so rebuilding it is necessary. You do want to add a call
to cleanup_cfg though. The flags to life_analysis are right.
I do suggest that we move this a bit earlier -- before the call to
renumber_insns.
r~