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 614726e commit 7b181d8Copy full SHA for 7b181d8
mlir/examples/dataflow/lib/Analysis/MetadataAnalysis.cpp
@@ -90,7 +90,7 @@ LogicalResult MetadataAnalysis::visitOperation(
90
// into the current lattice element for all of our results.`results` stores
91
// the lattices corresponding to the results of op, We use a loop to traverse
92
// them.
93
- for (auto result : results) {
+ for (MetadataLatticeValueLattice *result : results) {
94
95
// `isChanged` records whether the result has been changed.
96
ChangeResult isChanged = ChangeResult::NoChange;
0 commit comments