[tree-ssa] Fix typo in last toplev.c change
Diego Novillo
dnovillo@redhat.com
Wed Jun 11 04:03:00 GMT 2003
On Tue, 2003-06-10 at 23:46, law@redhat.com wrote:
> [ Ignore the sillyness required to specify the output file for now. The
> point is we can hook into a specific SSA pass and with relative
> ease determine if it did its job. ]
>
Very good stuff. This is great! Now we can add a boatload of tests to
make sure we don't disable optimizations by mistake. Hmm, I wonder what
form would false positives take. Say, we are expecting an expression to
disappear, but it turns out that it's code-motioned somewhere else where
it makes better sense... anyway, I'm rambling. We'll figure it out when
we get there.
For the time being, we could start adding lots of simple tests. Dan
Nicolaescu had a few tests for DCE and CCP that we could now add.
> And in case you're wondering we currently fail the second test :-)
>
:)
Diego.
More information about the Gcc-patches
mailing list