This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/40979] induct benchmark 60% slower when compiled with -fgraphite-identity


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40979

--- Comment #18 from sebpop at gmail dot com <sebpop at gmail dot com> 2011-02-01 17:22:06 UTC ---
On Tue, Feb 1, 2011 at 11:15, rguenth at gcc dot gnu.org
<gcc-bugzilla@gcc.gnu.org> wrote:
> I'd suggest
>
> Â Â Â Â ÂNEXT_PASS (pass_graphite);
> Â Â Â Â Â Â{
> Â Â Â Â Â Â Âstruct opt_pass **p = &pass_graphite.pass.sub;
> Â Â Â Â Â Â ÂNEXT_PASS (pass_graphite_transforms);
> Â Â Â Â Â Â ÂNEXT_PASS (pass_lim);
> Â Â Â Â Â Â ÂNEXT_PASS (pass_copy_prop);
> Â Â Â Â Â Â ÂNEXT_PASS (pass_dce_loop);
> Â Â Â Â Â Â}
>

That made the loop vectorizable.
Thanks Richi!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]