Uh oh!
There was an error while loading. Please reload this page.
Handle more than 64 registers - The finale - #103387
Merged
Merged
Conversation
kunalspathak
commented
Jun 13, 2024
ContributorAuthor
@dotnet/jit-contrib @dotnet/arm64-contrib @jakobbotsch PTAL cc: @dotnet/avx512-contrib |
Contributor
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
kunalspathak
commented
Jun 13, 2024
ContributorAuthor
kunalspathak
commented
Jun 13, 2024
ContributorAuthor
Actually, this one is coming by enabling |
kunalspathak
commented
Jun 14, 2024
ContributorAuthor
currently gcc is failing and is being discussed in #101623 (comment) |
This reverts commit 5452f6a.
This was referenced Jun 14, 2024
17 tasks
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

This PR removes the alias and adds the actual "predicate registers" for Arm64. Also includes some of the fixes that was uncovered when we started having dedicated predicate registers. I have not yet included the handling of callee save/trash of scalable/predicate registers in this PR, and will do it as a separate PR. Also, there are still some remaining
TODO-SVEthat were added until we add predicate registers support. I will remove them in a different PR.Here is the list of previous PRs that went in:
Other misc. PRs:
regMaskTP#102783Sample diff: https://www.diffchecker.com/QO4l4dhM/
Fixes: #99658