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 623992f commit fcf851dCopy full SHA for fcf851d
mlir/include/mlir/Analysis/DataFlowFramework.h
@@ -433,7 +433,8 @@ class DataFlowSolver {
433
StateT *getOrCreateState(AnchorT anchor);
434
435
/// Get leader lattice anchor in equivalence lattice anchor group, return
436
- /// input lattice anchor if input not found in equivalece lattice anchor group.
+ /// input lattice anchor if input not found in equivalece lattice anchor
437
+ /// group.
438
template <typename StateT>
439
LatticeAnchor getLeaderAnchorOrSelf(LatticeAnchor latticeAnchor) const;
440
0 commit comments