On Fri, May 26, 2017 at 12:50 PM, Richard Biener
wrote:
> On Fri, May 26, 2017 at 1:30 PM, Bin.Cheng wrote:
>> On Fri, May 26, 2017 at 12:14 PM, Richard Biener
>> wrote:
>>> On Tue, May 23, 2017 at 6:22 PM, Bin Cheng wrote:
Hi,
This patch set factors out runtime alias check code from
On Fri, May 26, 2017 at 1:30 PM, Bin.Cheng wrote:
> On Fri, May 26, 2017 at 12:14 PM, Richard Biener
> wrote:
>> On Tue, May 23, 2017 at 6:22 PM, Bin Cheng wrote:
>>> Hi,
>>> This patch set factors out runtime alias check code from
>>> tree-vect-data-refs.c
>>> and tree-vect-loop-manip.c as gen
On Fri, May 26, 2017 at 12:14 PM, Richard Biener
wrote:
> On Tue, May 23, 2017 at 6:22 PM, Bin Cheng wrote:
>> Hi,
>> This patch set factors out runtime alias check code from
>> tree-vect-data-refs.c
>> and tree-vect-loop-manip.c as general interfaces in tree-data-ref.c. With
>> this
>> change
On Tue, May 23, 2017 at 6:22 PM, Bin Cheng wrote:
> Hi,
> This patch set factors out runtime alias check code from tree-vect-data-refs.c
> and tree-vect-loop-manip.c as general interfaces in tree-data-ref.c. With
> this
> change other optimizers like tree loop distribution could version loop wrt
Hi,
This patch set factors out runtime alias check code from tree-vect-data-refs.c
and tree-vect-loop-manip.c as general interfaces in tree-data-ref.c. With this
change other optimizers like tree loop distribution could version loop wrto the
runtime alias checks. During this work, I also found cu