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 855d557 commit 614726eCopy full SHA for 614726e
mlir/examples/dataflow/lib/Analysis/MetadataAnalysis.cpp
@@ -99,7 +99,7 @@ LogicalResult MetadataAnalysis::visitOperation(
99
isChanged |= result->join(latticeValue);
100
101
// All lattice of operands of op are joined to the lattice of result.
102
- for (auto operand : operands)
+ for (MetadataLatticeValueLattice *operand : operands)
103
isChanged |= result->join(*operand);
104
105
propagateIfChanged(result, isChanged);
0 commit comments