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 e686591 commit 6c93f9eCopy full SHA for 6c93f9e
xdsl/transforms/convert_pdl_to_pdl_interp/conversion.py
@@ -465,7 +465,7 @@ def extract_non_tree_predicates(
465
# Add equality constraint if result already has a position
466
deeper, shallower = (
467
(constraint_pos, existing)
468
- if constraint_pos.get_operation_depth()
+ if furthest_pos.get_operation_depth()
469
> existing.get_operation_depth()
470
else (existing, constraint_pos)
471
)
0 commit comments