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 3dfea72 commit b8b5165Copy full SHA for b8b5165
mlir/test/lib/Interfaces/TilingInterface/TestTilingInterface.cpp
@@ -116,7 +116,7 @@ struct TestTileConsumerAndFuseProducersGreedilyUsingSCFForOp
116
}
117
// Replace the tiled op with replacements.
118
SmallVector<Value> replacements(op->getNumResults());
119
- for (auto result : llvm::enumerate(op->getResults())) {
+ for (const auto &result : llvm::enumerate(op->getResults())) {
120
replacements[result.index()] =
121
tileAndFuseResult->replacements.lookup(result.value());
122
0 commit comments