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 01aca42 commit 0ed5f9bCopy full SHA for 0ed5f9b
mlir/lib/Dialect/Affine/Utils/LoopUtils.cpp
@@ -2062,7 +2062,7 @@ static LogicalResult generateCopy(
2062
2063
// Set copy start location for this dimension in the lower memory space
2064
// memref.
2065
- if (auto caf = lbs[d].isSingleConstant()) {
+ if (lbs[d].isSingleConstant()) {
2066
auto indexVal = lbs[d].getSingleConstantResult();
2067
if (indexVal == 0) {
2068
memIndices.push_back(zeroIndex);
0 commit comments