-
Notifications
You must be signed in to change notification settings - Fork 4
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
Emit custom machine code #9
Comments
maybe breaking it down into 2/3 separate builtins would be a better idea? i.e. example usage of
|
Uh, what I don't like about that is that we don't have a way to know that the inputs depend on the register assignments and that the outputs depends on the What you sent above is the IR that will be generated (but with some dependencies) anyways. |
good point, its very possible that you explained it to me already like this but i just forgot, what about making |
Yes, that would prevent a lot of optimizations like being able to remove an unused, non-volatile |
Something like the following:
The text was updated successfully, but these errors were encountered: