This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [autovect] Add -fcheck-data-deps
Daniel Berlin wrote:
>
> ltrans-8 is a pointer dependence case.
>
> We are currently getting it right on mainline, AFAIK :)
>
Yup, I was playing with mainline this morning, and even had some
problems on making ltrans-8 work again with my patch, so I think it is
a good testcase ;-)
By the way, I have found the patch that introduced the recomputations:
[autovect] [patch] Identify unknown evolution and skip invariant phis
http://gcc.gnu.org/ml/gcc-patches/2005-07/msg00252.html
Sorry for not having reviewed it yet, I was on vacation then I got too
many things to do, and forgot about this patch. I think that
recomputing all this stuff from scratch is not the last solution...
I'll put some more thought into this see if I can do better...
Sebastian