-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use insGetPredicateType for SVE encodings #97142
Conversation
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsAs suggested in #96992 Replaces uses of Only group
|
@dotnet/arm64-contrib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Some nit comments to get your thoughts on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Use insGetPredicateType for SVE encodings * Add predicate as counter printing * Pass type to emitPredicateRegName
As suggested in #96992
Replaces uses of
PredicateType
inemitDispInsHelp()
with uses ofinsGetPredicateType()
Only group
IF_SVE_AH_3A
remains (due to the encoding not being fixed).No new diffs in the coreclr vs capstone output