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

Wei Mi via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 31 10:55:40 PDT 2015


>
> 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.
>

Hi James,

Could you show me where is the check you mentioned? I didn't notice it before.

Thanks,
Wei.


More information about the llvm-commits mailing list