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
{{ message }}
This repository was archived by the owner on Sep 2, 2023. It is now read-only.
There are also a few combinations with side effects where relaxations (that would remove the side effects) might alter the meaning of the program. For instance memory store operations. Leave these for a later time. They may require ABI changes and compiler support (e.g. dedicating a scratch register for temporary address calculations that may be relaxed).
There are a number of instruction pairs that can often be relaxed into single instructions. This includes:
There are also a few combinations with side effects where relaxations (that would remove the side effects) might alter the meaning of the program. For instance memory store operations. Leave these for a later time. They may require ABI changes and compiler support (e.g. dedicating a scratch register for temporary address calculations that may be relaxed).