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
The compare type isn't determined by the cmp instruction in ARM, so need to peek at the user(s) of the function before doing anything.
This is going to cause havoc in weird code like:
cmp x, y
ldrne ...
ldrgt ...
ldrlt ...
We need some sort of global state where the last cmp instruction gets pointed to.
We also have to figure out how to handle CopyToReg?'s into the %CPSR register when this happens.
The text was updated successfully, but these errors were encountered:
The compare type isn't determined by the cmp instruction in ARM, so need to peek at the user(s) of the function before doing anything.
This is going to cause havoc in weird code like:
We need some sort of global state where the last cmp instruction gets pointed to.
We also have to figure out how to handle CopyToReg?'s into the %CPSR register when this happens.
The text was updated successfully, but these errors were encountered: