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
In some cases, specifically when lowering select, we will lower to our own M68kISD::(U|S)MUL first before isel-ing to real instructions. In order to account for overflow bit usages. For instance:
In some cases, specifically when lowering
select
, we will lower to our ownM68kISD::(U|S)MUL
first before isel-ing to real instructions. In order to account for overflow bit usages. For instance:However we never bothered (or forgot) to do the isel part 😛 . This patch add preliminary supports for such thing
Local commit: 278701a
The text was updated successfully, but these errors were encountered: