Skip to content
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

Faster unsigned division by constants #52893

Merged
merged 13 commits into from
May 18, 2021
Merged

Faster unsigned division by constants #52893

merged 13 commits into from
May 18, 2021

Conversation

pentp
Copy link
Contributor

@pentp pentp commented May 18, 2021

This is #49585 rebased and updated to use the new inst_Mov method instead of inst_RV_RV(INS_mov).
/cc @tannergooding @EgorBo

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label May 18, 2021
@pentp
Copy link
Contributor Author

pentp commented May 18, 2021

This is ready for merging. It's the same PR with just a fix for one new assert.

@tannergooding
Copy link
Member

Thank's for resolving the issue so quickly.

@tannergooding tannergooding merged commit fdbef6c into dotnet:main May 18, 2021
@pentp pentp deleted the div3 branch May 18, 2021 17:34
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jun 19, 2021
@kunalspathak
Copy link
Member

@danmoseley
Copy link
Member

Happened to notice question for @pentp above.

@danmoseley
Copy link
Member

linking #54166

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants