On 27.01.2012 13:19, Richard Guenther wrote:
2012/1/27 Andrey Belevantsev:
On 25.01.2012 18:21, Richard Guenther wrote:
2012/1/25 Andrey Belevantsev:
...
Sure, I've just had the impression that the datarefs vector is no use
without the dependencies themselves. The possibility of making
fi
2012/1/27 Andrey Belevantsev :
> On 25.01.2012 18:21, Richard Guenther wrote:
>>
>> 2012/1/25 Andrey Belevantsev:
>
> ...
>
>>> Sure, I've just had the impression that the datarefs vector is no use
>>> without the dependencies themselves. The possibility of making
>>> find_data_references_in_loop
On 25.01.2012 18:21, Richard Guenther wrote:
2012/1/25 Andrey Belevantsev:
...
Sure, I've just had the impression that the datarefs vector is no use
without the dependencies themselves. The possibility of making
find_data_references_in_loop static also kind of hints in this direction.
Anyways,
2012/1/25 Andrey Belevantsev :
> On 25.01.2012 16:38, Richard Guenther wrote:
>>
>> 2012/1/25 Andrey Belevantsev:
>>>
>>> Hello,
>>>
>>> In this PR data dependence analysis goes wild by trying to process>20k
>>> datarefs, so the patch limits the number of datarefs per loop we handle
>>> to
>>> 1000
On 25.01.2012 16:38, Richard Guenther wrote:
2012/1/25 Andrey Belevantsev:
Hello,
In this PR data dependence analysis goes wild by trying to process>20k
datarefs, so the patch limits the number of datarefs per loop we handle to
1000 via a param. On the way find_data_references_in_loop is made
2012/1/25 Andrey Belevantsev :
> Hello,
>
> In this PR data dependence analysis goes wild by trying to process >20k
> datarefs, so the patch limits the number of datarefs per loop we handle to
> 1000 via a param. On the way find_data_references_in_loop is made static
> and predcom/parloops are fix
Hello,
In this PR data dependence analysis goes wild by trying to process >20k
datarefs, so the patch limits the number of datarefs per loop we handle to
1000 via a param. On the way find_data_references_in_loop is made static
and predcom/parloops are fixed for compute_data_dependences_for_lo