[LLVMdev] loop vectorizer misses opportunity, exploit

Renato Golin renato.golin at linaro.org
Thu Oct 31 10:29:16 PDT 2013


On 31 October 2013 10:24, Frank Winter <fwinter at jlab.org> wrote:

>  What does 'stepping through' the loop vectorizer mean? Using the
> debugger and step through the program? Probably not. Is the way to go, to
> alter the 'canVectorize' function print debug output to see what's going on?
>

Stepping through 'opt -O3' with a debugger, yes. The debug messages are
enabled by using '-debug-only=loop-vectorizer', but they's only half the
story.

cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131031/b4b9f11f/attachment.html>


More information about the llvm-dev mailing list