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

Consider immediate forms of LIR bit operations #80

Open
polsys opened this issue Oct 24, 2019 · 0 comments
Open

Consider immediate forms of LIR bit operations #80

polsys opened this issue Oct 24, 2019 · 0 comments
Labels
area-CodeGen Final code generation. area-Optimization Optimization of the intermediate or final code. type-Enhancement Improvement to an existing feature.

Comments

@polsys
Copy link
Owner

polsys commented Oct 24, 2019

Related to #64. PR #79 only implemented immediates for arithmetic operations. Add immediate forms of and, or and xor. This may require some thinking about the zero-extension behavior, and thus deferring this until we have more integer types.

@polsys polsys added type-Enhancement Improvement to an existing feature. area-CodeGen Final code generation. area-Optimization Optimization of the intermediate or final code. labels Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-CodeGen Final code generation. area-Optimization Optimization of the intermediate or final code. type-Enhancement Improvement to an existing feature.
Projects
None yet
Development

No branches or pull requests

1 participant