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 8245fb6 commit 322b990Copy full SHA for 322b990
mlir/lib/Transforms/CompositePass.cpp
@@ -66,7 +66,7 @@ struct CompositeFixedPointPass final
66
}
67
68
void runOnOperation() override {
69
- auto op = getOperation();
+ auto *op = getOperation();
70
OperationFingerPrint fp(op);
71
72
int currentIter = 0;
0 commit comments