[llvm] r187595 - Only enable SLP-vectorization on O3 builds.

Renato Golin renato.golin at linaro.org
Thu Aug 1 14:29:11 PDT 2013


On 1 August 2013 21:10, Chandler Carruth <chandlerc at google.com> wrote:

>
>> +    if (SLPVectorize && OptLevel > 2)
>>
>
> Please handle this in Clang. Now I can't continue testing the SLP
> vectorizer when I happen to be using other optimization modes.
>

I agree this is a bit too harsh. Unless you found some massive bugs because
some passes that only pass on O3 are not executed...

--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130801/3363cf2b/attachment.html>


More information about the llvm-commits mailing list