- Notifications
You must be signed in to change notification settings - Fork5.2k
JIT: Optimize *x = dblCns to *x = intCns#52298
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
tannergooding commentedMay 5, 2021
Changes LGTM. |
EgorBo commentedMay 17, 2021
@dotnet/jit-contrib@tannergooding anyone wants to approve? 🙂 |
Uh oh!
There was an error while loading.Please reload this page.
Just a small optimization for#52286 (comment) comment.
Current codegen:
New codegen:
SuperPMI results:
/cc @dotnet/jit-contrib@SingleAccretion