[PATCH] D19487: [LV] Reallow interleaved load groups with gaps

Matthew Simpson via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 07:19:23 PDT 2016


mssimpso added a comment.

> I might be missing something obvious, but why is TC >= Step if TC % Step is 0?


Sorry, I didn't mean for that to read as an implication. The minimum iterations check is supposed to ensure that TC >= Step. We can add the check for TC is not zero, but I think instcombine will probably remove it. What do you think?


http://reviews.llvm.org/D19487





More information about the llvm-commits mailing list