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
[M68k] Fix legality declaration for MUL/DIV/REM with i8 operands
This changes the action on MUL/DIV/REM with i8 operands from "Promote"
to "Legal". The implementation of these instructions correctly handles
both i8 and i16 operands in ISel, so there is no need to promote i8 to
i16; doing so causes redundant machine instructions to be emitted.
0 commit comments