[PATCH] D24557: [Loop Vectorizer] Simplified GEP cloning. NFC.
Matthew Simpson via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 14 11:47:25 PDT 2016
mssimpso added a comment.
In https://reviews.llvm.org/D24557#542867, @mkuper wrote:
> This covers the "else" branch of the original if, but I think it doesn't cover the pointer IV case (since getGEPInductionOperand() doesn't quite do what its name implies. :-\ ).
Ah, right! Thanks, Michael.
Repository:
rL LLVM
https://reviews.llvm.org/D24557
More information about the llvm-commits
mailing list