We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
At the moment, constant foldng/propagation in wordLang is limited to expressions:
https://github.com/CakeML/cakeml/blob/master/compiler/backend/word_simpScript.sml#L156
This issue is about extending it to work for instructions as well:
https://github.com/CakeML/cakeml/blob/master/compiler/backend/word_simpScript.sml#L220
(and probably other simple places that could benefit).
This was reported by @talsewell in the context of Pancake programs.
The text was updated successfully, but these errors were encountered:
For the purposes of pancake programs, this might be fixed by #1169 , assuming that PR succeeds.
Sorry, something went wrong.
No branches or pull requests
At the moment, constant foldng/propagation in wordLang is limited to expressions:
https://github.com/CakeML/cakeml/blob/master/compiler/backend/word_simpScript.sml#L156
This issue is about extending it to work for instructions as well:
https://github.com/CakeML/cakeml/blob/master/compiler/backend/word_simpScript.sml#L220
(and probably other simple places that could benefit).
This was reported by @talsewell in the context of Pancake programs.
The text was updated successfully, but these errors were encountered: