You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the code without --canonicalize works, therefore it's not a bug in our codebase, but rather in MLIR's. The canonicalization should always yield equivalent code, which is not the case in this bug.
Failing program:
with input
1
when comparing to cairo-vm outputTest can be found in
tests/boolean.rs felt252_to_bool_bug
comparing a felt252 == 1 will lead to wrong results
The text was updated successfully, but these errors were encountered: