This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Loop header copying on trees
On Mon, Feb 16, 2004 at 04:56:06AM -0700, law@redhat.com wrote:
> Funny -- we experimented with that a while back and we actually got
> more compact code copying loop headers!
Only because otherwise we couldn't figure out the initial entry test
optimizes away. That is no longer true with your jump threading
improvements. The proposition will have to be re-examined, and I
wouldn't be surprised if it's now true.
r~