-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Implement GT_AND_NOT
for ARM/ARM64
#59881
Conversation
Tagging subscribers to this area: @JulieLeeMSFT Issue DetailsThis is a simple implementation of the operator, targeting AArch, but with a structure explicit in its intent to expand this optimization XArch as well, in the future. Diffs:
|
a35e127
to
d90a59e
Compare
@dotnet/jit-contrib, @tannergooding |
Some conflicts need to be fixed. Edit: fixed. |
d90a59e
to
bc94fa5
Compare
@echesakov can you PTAL? |
I will take a look. |
They were a leftover from some previous work.
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.
Changes LGTM.
I have one follow-up question.
It looks that a similar optimization can be done for |
This is a simple implementation of the operator, targeting AArch, but with a structure explicit in its intent to expand this optimization to XArch as well, in the future.
Diffs:
win-arm64
,linux-arm
.