[gen] Align diy filter handling for same-location Po edges#1787
Merged
ShaleXIONG merged 1 commit intoherd:masterfrom Apr 25, 2026
Merged
[gen] Align diy filter handling for same-location Po edges#1787ShaleXIONG merged 1 commit intoherd:masterfrom
Po edges#1787ShaleXIONG merged 1 commit intoherd:masterfrom
Conversation
Po edgesPo edges
Po edgesPo edges
9233fe5 to
e484930
Compare
d53d19c to
00f2753
Compare
relokin
approved these changes
Apr 24, 2026
Member
relokin
left a comment
There was a problem hiding this comment.
Please squash the two commits in one and make sure that they are rebased on top of master before you merge.
Treat same-location `Po` edges consistently with their internal communication counterparts in the `diy7` filter, - `PosWR` follows `Rfi` - `PosRW` follows `Fri` - `PosWW` follows `Coi` Update CI due to `Pos**` aligns with internal communication edges.
00f2753 to
73d97ae
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Treat same-location
Poedges consistently with their internal communication counterparts in thediy7filter,PosWRbehaves the same asRfiPosRWbehaves the same asFriPosWWbehaves the same asCoiWe add
filter-checkin CI.