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 MOVEM pre-decrement register mask in AsmParser
When MOVEM uses a pre-decrement addressing mode, the register mask bits
must be reversed compared to other modes. This adds a support for that
case in AsmParser. (MOVEM pre-decrement has not yet been implemented in
ISel.)
0 commit comments