This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR18754: add early loop pass, 2nd try


Richard Guenther <rguenth@tat.physik.uni-tuebingen.de> wrote:

>> For instance, if it is a little too expensive we could activate it
>> only at -O3, but I can't see numbers (again) supporting this patch.
>
> The main reason for not enabling this by default is that it may
> interact badly with vectorization according to Dorit.

This is actually not a concern since -ftree-vectorize is disabled by default.
Anyhow, I guess this is a bug in the vectorizer. If this really really comes
into Dorit's way badly, you can always make -ftree-vectorize disable it, but it
really should not be needed.

> I'll get you numbers for
> PR8361 and POOMA once a disable-checking bootstrap completed

Thanks.

Giovanni Bajo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]