Add encoding for ARM64 IF_SVE_CJ_2A instruction group#97885
Merged
kunalspathak merged 7 commits intodotnet:mainfrom Feb 7, 2024
Merged
Add encoding for ARM64 IF_SVE_CJ_2A instruction group#97885kunalspathak merged 7 commits intodotnet:mainfrom
kunalspathak merged 7 commits intodotnet:mainfrom
Conversation
Contributor
Author
|
@a74nh @kunalspathak @dotnet/arm64-contrib |
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsAdds support for encoding the Matching capstone output: Contributing towards #94549.
|
Diff results for #97885Throughput diffsThroughput diffs for linux/arm64 ran on linux/x64MinOpts (-0.00% to +0.01%)
Throughput diffs for windows/arm64 ran on linux/x64MinOpts (-0.00% to +0.01%)
Details here |
Diff results for #97885Throughput diffsThroughput diffs for linux/arm64 ran on windows/x64MinOpts (-0.00% to +0.01%)
Throughput diffs for windows/arm64 ran on windows/x64MinOpts (-0.00% to +0.01%)
Details here |
kunalspathak
approved these changes
Feb 3, 2024
Contributor
|
@snickolls-arm - Thanks for your contribution. Please resolve the merge conflicts when you get a chance. |
Diff results for #97885Throughput diffsThroughput diffs for windows/arm64 ran on windows/x64MinOpts (-0.01% to +0.00%)
Details here Throughput diffs for linux/arm64 ran on linux/x64Overall (-0.01% to -0.00%)
MinOpts (-0.03% to +0.00%)
FullOpts (-0.01% to -0.00%)
Details here |
Diff results for #97885Throughput diffsThroughput diffs for linux/arm64 ran on linux/x64Overall (-0.01% to -0.00%)
MinOpts (-0.03% to +0.00%)
FullOpts (-0.01% to -0.00%)
Details here |
This was referenced Feb 5, 2024
Diff results for #97885Throughput diffsThroughput diffs for linux/arm64 ran on windows/x64MinOpts (-0.01% to +0.00%)
Throughput diffs for windows/arm64 ran on windows/x64MinOpts (-0.00% to +0.01%)
Details here |
Contributor
|
@snickolls-arm - could you please resolve the merge conflicts once again? sorry, there is lot of churn in this portion of the code base. |
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 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.
Adds support for encoding the
rev (predicate)instruction.Matching capstone output:
Contributing towards #94549.