On Mon, Apr 14, 2014 at 10:18 AM, Eric Botcazou wrote:
> Hi,
>
> the 'loop' structure in cfgloop.h contains two consecutive fields:
>
>/* True if we should try harder to vectorize this loop. */
>bool force_vect;
>
>/* True if this loop should never be vectorized. */
>bool dont_ve
Hi,
the 'loop' structure in cfgloop.h contains two consecutive fields:
/* True if we should try harder to vectorize this loop. */
bool force_vect;
/* True if this loop should never be vectorized. */
bool dont_vectorize;
Not clear why someone thought that the name discrepancy woul