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

Cranelift: constant propagate shifts #5671

Merged
merged 1 commit into from
Jan 31, 2023

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented Jan 31, 2023

Thanks to Souper for pointing out we weren't doing this! cc @regehr

Thanks to Souper for pointing out we weren't doing this!
@github-actions github-actions bot added the cranelift Issues related to the Cranelift code generator label Jan 31, 2023
Copy link
Member

@cfallin cfallin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@fitzgen fitzgen added cranelift:goal:optimize-speed Focus area: the speed of the code produced by Cranelift. souper Issues and PRs related to the Souper superoptimizer labels Jan 31, 2023
Copy link
Contributor

@jameysharp jameysharp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks right to me!

@fitzgen fitzgen merged commit 7aa240e into bytecodealliance:main Jan 31, 2023
@fitzgen fitzgen deleted the cprop-shifts branch January 31, 2023 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift:goal:optimize-speed Focus area: the speed of the code produced by Cranelift. cranelift Issues related to the Cranelift code generator souper Issues and PRs related to the Souper superoptimizer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants