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
Yeah the problem is that regs like si, ah, al, are sub registers that do not clear the upper bits of the register. So basically we can't easily determine if we should remove the last assignment. For example:
mov esi, 0x11220000
mov si, 0x3344
We have an optimization that fixes your issue : AST_OPTIMIZATIONS, however it kills other unit tests.
code
output:
expected output:
The text was updated successfully, but these errors were encountered: