-
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
JIT: Optimize simple MUL/DIV arithmetic with GT_NEG #44375
Comments
A small note: |
@JulieLeeMSFT This seems like a good introductory issue to get familiar with the JIT, which I've been looking for. Would you be able to assign this to me? |
@alexcovington is this issue now completed? If so we can close it. perhaps there's another issue that's interesting among our codegen issues up for grabs: https://github.com/dotnet/runtime/issues?q=is%3Aopen+label%3Aup-for-grabs+label%3Aarea-CodeGen-coreclr+ |
@danmosemsft Yes, I believe this can be closed now that #45604 has been merged in. And I'll gladly take a look through 😄. Feel free to ping me for AMD-specific or x64 issues (I saw the amd-perf label which I'm following). |
@alexcovington great, we would be excited to have more of your contributions in .NET 6.0. |
@alexcovington thanks a lot for your contribution to JIT. |
This is part 2 of #13837 to optimize multiplication and division arithmetic optimizations with GT_NEG.
Addition and subtraction have been completed in PR #43921.
category:cq
theme:basic-cq
skill-level:beginner
cost:small
The text was updated successfully, but these errors were encountered: