-
Notifications
You must be signed in to change notification settings - Fork 49
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
[RAISE-BP] Addressed dimensions coming from non-folded arithmetic operations in dimHasModulo
#1482
Comments
This was referenced Jun 25, 2024
mfrancepillois
added a commit
that referenced
this issue
Jul 5, 2024
- Add minimal support for handling `arith.remsi|remui` as `tt.addptr` input. - Improve handling of unfolded arithmetic operations when evaluating the modulo property and constant values. Closes Issue: #1430 and #1482 Signed-off-by: Maxime France-Pillois <[email protected]>
PR in review. |
1 similar comment
PR in review. |
Work in progress. We need to find a safe solution for handling modulos. |
1 similar comment
Work in progress. We need to find a safe solution for handling modulos. |
Issue #1784 has been created to address the modulo handling issue. |
whitneywhtsang
pushed a commit
that referenced
this issue
Aug 7, 2024
…1570) - Add minimal support for handling `arith.remsi|remui` as `tt.addptr` input. - Improve handling of unfolded arithmetic operations when evaluating the modulo property and constant values. Closes Issue: #1436 and #1482 --------- Signed-off-by: Maxime France-Pillois <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#1481 introduced
dimHasModulo
, which may not work if the defining operation is notarith.constant
. Try to address this issue.Note our current implementation may generate:
The text was updated successfully, but these errors were encountered: