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 0f032ef commit b2ba87fCopy full SHA for b2ba87f
mlir/include/mlir/Analysis/DataFlowFramework.h
@@ -538,6 +538,11 @@ class AnalysisState {
538
friend class DataFlowSolver;
539
};
540
541
+//===----------------------------------------------------------------------===//
542
+// DataFlowSolver definition
543
544
+// This is method is defined outside `DataFlowSolver` and after `AnalysisState`
545
+// to prevent issues around `AnalysisState` being used before it is defined.
546
template <typename AnchorT>
547
void DataFlowSolver::eraseState(AnchorT anchor) {
548
LatticeAnchor latticeAnchor(anchor);
0 commit comments