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
This is because we have incorrectly added the requirement that in order to remove a BinaryNode its opcode should be equal to its parent opcode which is not valid in this case.
The text was updated successfully, but these errors were encountered:
This issue was copied from checkedc/checkedc-clang#932
Handle the following case in bounds widening:
Currently, we hit an assert:
This is because we have incorrectly added the requirement that in order to remove a BinaryNode its opcode should be equal to its parent opcode which is not valid in this case.
The text was updated successfully, but these errors were encountered: