We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18760ce commit 2df0d29Copy full SHA for 2df0d29
mlir/lib/Dialect/Affine/IR/AffineOps.cpp
@@ -4577,7 +4577,7 @@ static std::optional<SmallVector<int64_t>>
4577
foldCstValueToCstAttrBasis(ArrayRef<OpFoldResult> mixedBasis,
4578
MutableOperandRange mutableDynamicBasis,
4579
ArrayRef<Attribute> dynamicBasis) {
4580
- int64_t dynamicBasisIndex = 0;
+ uint64_t dynamicBasisIndex = 0;
4581
for (OpFoldResult basis : dynamicBasis) {
4582
if (basis) {
4583
mutableDynamicBasis.erase(dynamicBasisIndex);
0 commit comments