[PATCH] D12107: Replace overflow check in loop vectorization with minimum loop iterations check

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 30 02:39:24 PDT 2015


jmolloy added a comment.

Hi,

We do actually already emit such a check - we just emit it late. This new check now makes the later check redundant, so we should remove it.

Cheers,

James


Repository:
  rL LLVM

http://reviews.llvm.org/D12107





More information about the llvm-commits mailing list