forked from OSchip/llvm-project
Add a comment that should have made my last commit.
llvm-svn: 253063
This commit is contained in:
parent
82a6d4bf5c
commit
2fa50a7a05
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue