On Fri, Feb 24, 2017 at 12:34 PM, Richard Biener
wrote:
> On Fri, Feb 24, 2017 at 11:53 AM, Bin Cheng wrote:
>> Hi,
>> As analyzed in PR69564, inefficient code for runtime alias check is
>> generated in benchmark
>> scimark2. It is suspected vectorized loop doesn't run enough iterations to
>>
On Fri, Feb 24, 2017 at 11:53 AM, Bin Cheng wrote:
> Hi,
> As analyzed in PR69564, inefficient code for runtime alias check is generated
> in benchmark
> scimark2. It is suspected vectorized loop doesn't run enough iterations to
> cover the loss
> of the inefficient code. This patch improves r
Hi,
As analyzed in PR69564, inefficient code for runtime alias check is generated
in benchmark
scimark2. It is suspected vectorized loop doesn't run enough iterations to
cover the loss
of the inefficient code. This patch improves runtime alias check for
(unsigned) wrapping
types.
Originally,