This is the mail archive of the gcc-patches@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]

Re: [autovect] Make omega agree with existing dependence tester


On 3/22/06, Sebastian Pop <sebpop@gmail.com> wrote:
> The patch bootstraps on amd64-linux and produces 2 fails that I think are not
> important because I verified that the distance vectors are correct, and the
> corresponding cases are vectorized, but it is safer to ask Dorit to
> look at these:
> FAIL: gcc.dg/vect/vect-104.c scan-tree-dump-times possible dependence
> between data-refs 1
> FAIL: gcc.dg/vect/vect-99.c scan-tree-dump-times dependence distance
> modulo vf == 0 1
>

I have tracked down these fails and it seems that my patch was not complete
as I missed to modify the uses of the data dep analyzer in the vectorizer.
I'm working on a patch to correct these fails.

Sebastian


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