We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b54db commit 32f66c4Copy full SHA for 32f66c4
1 file changed
mlir/test/lib/Analysis/TestLoopPadding.cpp
@@ -608,7 +608,7 @@ mlir::AffineExpr TestLoopPadding::updateAffineExprWithBounds(mlir::AffineExpr ex
608
}
609
610
int64_t value = intAttr.getInt();
611
- if (value > targetCoefficient || (value == targetCoefficient && i < updated_position_index))
+ if (value > targetCoefficient)
612
dram_stride[i] = mlir::IntegerAttr::get(intAttr.getType(), (value / upperBound) * paddedUpperBound);
613
614
0 commit comments