On August 25, 2016 3:57:11 PM GMT+02:00, Kyrill Tkachov
wrote:
>Hi Richard,
>
>On 25/08/16 14:01, Richard Biener wrote:
>> On Mon, Aug 22, 2016 at 12:39 PM, Kyrill Tkachov
>> wrote:
>>> Hi all,
>>>
>>> This is a v2 of the patch at [1] addressing feedback from Richi.
>>> The most major changes ar
Hi Richard,
On 25/08/16 14:01, Richard Biener wrote:
On Mon, Aug 22, 2016 at 12:39 PM, Kyrill Tkachov
wrote:
Hi all,
This is a v2 of the patch at [1] addressing feedback from Richi.
The most major changes are in the first phase of the pass that detects store
chains.
This now uses a hash_map t
On Mon, Aug 22, 2016 at 12:39 PM, Kyrill Tkachov
wrote:
> Hi all,
>
> This is a v2 of the patch at [1] addressing feedback from Richi.
> The most major changes are in the first phase of the pass that detects store
> chains.
> This now uses a hash_map to track multiple chains to different bases,
>
Hi all,
This is a v2 of the patch at [1] addressing feedback from Richi.
The most major changes are in the first phase of the pass that detects store
chains.
This now uses a hash_map to track multiple chains to different bases,
eliminating the need
to iterate over a basic block multiple times,