On Mon, Apr 25, 2016 at 6:44 PM, Bin.Cheng wrote:
> On Fri, Apr 22, 2016 at 11:47 AM, Richard Biener
> wrote:
>> On Fri, Apr 22, 2016 at 12:33 PM, Bin.Cheng wrote:
>>> On Fri, Apr 22, 2016 at 11:25 AM, Richard Biener
>>> wrote:
On Fri, Apr 22, 2016 at 12:07 PM, Bin Cheng wrote:
> Hi,
On Fri, Apr 22, 2016 at 11:47 AM, Richard Biener
wrote:
> On Fri, Apr 22, 2016 at 12:33 PM, Bin.Cheng wrote:
>> On Fri, Apr 22, 2016 at 11:25 AM, Richard Biener
>> wrote:
>>> On Fri, Apr 22, 2016 at 12:07 PM, Bin Cheng wrote:
Hi,
Tree if-conv has below code checking on virtual PHI nod
On Fri, Apr 22, 2016 at 12:33 PM, Bin.Cheng wrote:
> On Fri, Apr 22, 2016 at 11:25 AM, Richard Biener
> wrote:
>> On Fri, Apr 22, 2016 at 12:07 PM, Bin Cheng wrote:
>>> Hi,
>>> Tree if-conv has below code checking on virtual PHI nodes in
>>> if_convertible__phi_p:
>>>
>>> if (any_mask_load_st
On Fri, Apr 22, 2016 at 11:25 AM, Richard Biener
wrote:
> On Fri, Apr 22, 2016 at 12:07 PM, Bin Cheng wrote:
>> Hi,
>> Tree if-conv has below code checking on virtual PHI nodes in
>> if_convertible__phi_p:
>>
>> if (any_mask_load_store)
>> return true;
>>
>> /* When there were no if-conv
On Fri, Apr 22, 2016 at 12:07 PM, Bin Cheng wrote:
> Hi,
> Tree if-conv has below code checking on virtual PHI nodes in
> if_convertible__phi_p:
>
> if (any_mask_load_store)
> return true;
>
> /* When there were no if-convertible stores, check
> that there are no memory writes in the
Hi,
Tree if-conv has below code checking on virtual PHI nodes in
if_convertible__phi_p:
if (any_mask_load_store)
return true;
/* When there were no if-convertible stores, check
that there are no memory writes in the branches of the loop to be
if-converted. */
if (virtual_ope