[PATCH] [LoopVectorize] Detect correctly if vectorizer will create a tail loop

Marianne Mailhot-Sarrasin marianne.mailhot-sarrasin at octasic.com
Mon Jun 22 07:01:29 PDT 2015


Hi,

Here is a simple bug fix. With option OptForSize enabled, the Loop Vectorizer is not supposed to create tail loop. The condition checking that was invalid and was not matching to the comment above.

Could someone please review and commit if valid ?

Thanks,
Marianne
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150622/9a28056a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LoopVectorize.patch
Type: application/octet-stream
Size: 771 bytes
Desc: LoopVectorize.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150622/9a28056a/attachment.obj>


More information about the llvm-commits mailing list