[llvm-commits] [Patch]: Fixed the build warning due to signed/unsigned comparison in LoopVectorize.cpp

Chandler Carruth chandlerc at google.com
Thu Nov 1 22:24:56 PDT 2012


Thanks, committed the sign compare part of the patch in r167282, I
didn't commit the comment change as it seemed both unrelated and
probably not correct (that doesn't make sense as a doxygen comment).

On Thu, Nov 1, 2012 at 10:19 PM, Mahesha HS <mahesha.llvm at gmail.com> wrote:
> Attached is a small patch which contains the fix for build warning due
> to signed/unsigned comparison in LoopVectorize.cpp. Please review it,
> and commit if the changes looks fine.
>
> --
> mahesha
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list