|
@@ -126,7 +126,7 @@ TransformImpl(const SCEV *S, Instruction *User, Value *OperandValToReplace) {
|
|
// Normalized form: {-2,+,1,+,2}
|
|
// Normalized form: {-2,+,1,+,2}
|
|
// Denormalized form: {1,+,3,+,2}
|
|
// Denormalized form: {1,+,3,+,2}
|
|
// normalization (see getPostIncExpr), generating the wrong final
|
|
// normalization (see getPostIncExpr), generating the wrong final
|
|
// expression: {-2,+,1,+,2} + {1,+,2} => {-1,+,3,+,2}
|
|
// expression: {-2,+,1,+,2} + {1,+,2} => {-1,+,3,+,2}
|