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

Handle div/mod when translating clast_binary to AffineExpr #8

Open
kumasento opened this issue Oct 16, 2020 · 0 comments
Open

Handle div/mod when translating clast_binary to AffineExpr #8

kumasento opened this issue Oct 16, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@kumasento
Copy link
Owner

kumasento commented Oct 16, 2020

Currently only clast_bin_fdiv and clast_bin_cdiv are handled. The reason why the other two (div and mod) are not supported is just I cannot find the corresponding API in AffineExpr. Will figure this out later.

Related: #6

@kumasento kumasento added the bug Something isn't working label Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant