This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: tree-ssa branch: Call for preliminary testing
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: qiongc at cse dot unsw dot edu dot au (Qiong Cai)
- Cc: Diego Novillo <dnovillo at redhat dot com>,gcc at gcc dot gnu dot org
- Date: Wed, 7 May 2003 14:24:23 -0400
- Subject: Re: tree-ssa branch: Call for preliminary testing
BTW, I haven't tried SSAPRE. Is the implemenation complete now?
The implementation has been complete for a while (though it doesn't do
load PRE or store PRE yet), it's waiting till overlapping live ranges
are allowed, because we can sometimes generate them.
I also need it to enable strength reduction.
However, I can bootstrap with SSAPRE enabled.
--Dan