On Tue, 26 Jul 2011, Sebastian Pop wrote: > On Tue, Jul 26, 2011 at 09:33, Richard Guenther <rguent...@suse.de> wrote: > > On Tue, 26 Jul 2011, Sebastian Pop wrote: > > > >> Ping. > >> Any opinions on this patch? > > > > Well, I don't think we should do this. Why does the user disable > > scev-const-prop when enabling graphite? If he does so, fine - he > > has to live with worse codegen. > > Here is the patch. Ok for trunk after regstrap?
Required? Do you mean you generate wrong code in graphite if it is not run? What if it just fails to handle things or does not handle them because things are too expensive? Please make graphite more robust instead. Thanks, Richard.