Skip to content

Conversation

@arsenm
Copy link
Contributor

@arsenm arsenm commented Oct 21, 2024

Try to fix clobbering lanes in other assigned lanes of physreg

Use LiveRegMatrix and only add necessary impdefs

We apparently need to detect interference with other assigned
intervals to avoid clobbering the undef lanes defined in other
intervals, since the undef def didn't count as interference.

This is pretty ugly and adds a new dependency on LiveRegMatrix,
keeping it live for one more pass. It also adds a lot of implicit
operand spam (we really should have a better representation for this).

We apparently need to detect interference with other assigned
intervals to avoid clobbering the undef lanes defined in other
intervals, since the undef def didn't count as interference.

This is pretty ugly and adds a new dependency on LiveRegMatrix,
keeping it live for one more pass. It also adds a lot of implicit
operand spam (we really should have a better representation for this).
Copy link
Contributor Author

arsenm commented Oct 21, 2024

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @arsenm and the rest of your teammates on Graphite Graphite

@arsenm arsenm merged commit 785a365 into users/arsenm/issue98474-register-coalescer-verifier-error Oct 21, 2024
4 of 7 checks passed
@arsenm arsenm deleted the users/arsenm/issue98474-register-coalescer-verifier-error_split0 branch October 21, 2024 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants