Add a comment that should have made my last commit.

llvm-svn: 253063
This commit is contained in:
Chad Rosier 2015-11-13 19:13:40 +00:00
parent 82a6d4bf5c
commit 2fa50a7a05
1 changed files with 1 additions and 0 deletions

View File

@ -552,6 +552,7 @@ bool LoopIdiomRecognize::processLoopStridedStore(
Type *IntPtr = Builder.getIntPtrTy(*DL, DestAS);
const SCEV *Start = Ev->getStart();
// Handle negative strided loops.
if (NegStride)
Start = getStartForNegStride(Start, BECount, IntPtr, StoreSize, SE);