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

Use XOR-Shift in genAddLargeImm #72

Open
ammrat13 opened this issue Aug 21, 2023 · 0 comments
Open

Use XOR-Shift in genAddLargeImm #72

ammrat13 opened this issue Aug 21, 2023 · 0 comments
Labels
feature Increase capabilities of generated code good first issue This would be simple to address

Comments

@ammrat13
Copy link
Contributor

Currently, we just use the PSEUDO.LOADCONST* instructions to materialize large constants for addition. However, we should first try to use the XOR-Shift technique we use for instruction selection.

@ammrat13 ammrat13 added feature Increase capabilities of generated code good first issue This would be simple to address labels Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Increase capabilities of generated code good first issue This would be simple to address
Projects
None yet
Development

No branches or pull requests

1 participant