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

cmd/compile: move SSA boolean optimizations to generic level #16747

Open
josharian opened this issue Aug 16, 2016 · 0 comments
Open

cmd/compile: move SSA boolean optimizations to generic level #16747

josharian opened this issue Aug 16, 2016 · 0 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime.
Milestone

Comments

@josharian
Copy link
Contributor

Boolean optimizations were at the arch-specific level, because we had not yet decided that bools will be 0/1 everywhere. Now that that decision has been made, boolean optimizations could be migrated earlier. Filing this issue as a reminder on behalf of @brtzsnr.

@josharian josharian added this to the Unplanned milestone Aug 16, 2016
@rsc rsc unassigned brtzsnr Jun 23, 2022
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime.
Projects
None yet
Development

No branches or pull requests

3 participants