On Wed, May 24, 2017 at 2:48 PM, Richard Biener
wrote:
> On Mon, May 22, 2017 at 7:13 PM, Bin.Cheng wrote:
>> On Fri, May 19, 2017 at 1:51 PM, Richard Biener
>> wrote:
>>> On Mon, May 15, 2017 at 5:58 PM, Bin.Cheng wrote:
On Thu, May 11, 2017 at 12:02 PM, Richard Biener
wrote:
>
On Mon, May 22, 2017 at 7:13 PM, Bin.Cheng wrote:
> On Fri, May 19, 2017 at 1:51 PM, Richard Biener
> wrote:
>> On Mon, May 15, 2017 at 5:58 PM, Bin.Cheng wrote:
>>> On Thu, May 11, 2017 at 12:02 PM, Richard Biener
>>> wrote:
On Tue, Apr 18, 2017 at 12:54 PM, Bin Cheng wrote
> Hi,
>>>
On Fri, May 19, 2017 at 1:51 PM, Richard Biener
wrote:
> On Mon, May 15, 2017 at 5:58 PM, Bin.Cheng wrote:
>> On Thu, May 11, 2017 at 12:02 PM, Richard Biener
>> wrote:
>>> On Tue, Apr 18, 2017 at 12:54 PM, Bin Cheng wrote
Hi,
Based on vect_peeling algorithm, we know for sure that vec
On Mon, May 15, 2017 at 5:58 PM, Bin.Cheng wrote:
> On Thu, May 11, 2017 at 12:02 PM, Richard Biener
> wrote:
>> On Tue, Apr 18, 2017 at 12:54 PM, Bin Cheng wrote
>>> Hi,
>>> Based on vect_peeling algorithm, we know for sure that vectorized loop must
>>> iterates at least once.
>>> This patch s
On Thu, May 11, 2017 at 12:02 PM, Richard Biener
wrote:
> On Tue, Apr 18, 2017 at 12:54 PM, Bin Cheng wrote
>> Hi,
>> Based on vect_peeling algorithm, we know for sure that vectorized loop must
>> iterates at least once.
>> This patch sets range information for niter bounds of vectorized loop.
On Tue, Apr 18, 2017 at 12:54 PM, Bin Cheng wrote
> Hi,
> Based on vect_peeling algorithm, we know for sure that vectorized loop must
> iterates at least once.
> This patch sets range information for niter bounds of vectorized loop. This
> helps niter analysis,
> so iv elimination too.
> Is it
Hi,
Based on vect_peeling algorithm, we know for sure that vectorized loop must
iterates at least once.
This patch sets range information for niter bounds of vectorized loop. This
helps niter analysis,
so iv elimination too.
Is it OK?
Thanks,
bin
2017-04-11 Bin Cheng
* tree-vect-loo