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 33cc58f commit 4b1d5b8Copy full SHA for 4b1d5b8
mlir/lib/Pass/Pass.cpp
@@ -901,7 +901,7 @@ LogicalResult PassManager::run(Operation *op) {
901
if (failed(initialize(context, impl->initializationGeneration + 1)))
902
return failure();
903
initializationKey = newInitKey;
904
- pipelineKey = pipelineInitializationKey;
+ pipelineInitializationKey = pipelineKey;
905
}
906
907
// Construct a top level analysis manager for the pipeline.
0 commit comments