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
x86's options are far more limited (only i32 -> u8 and i32 -> i8 are possible), but a pair of saturating narrow instructions will be better than what we currently generate. Other backends might also benefit from this, but I haven't looked into it.
The text was updated successfully, but these errors were encountered:
CodeGen_ARM already does this (see here).
x86's options are far more limited (only
i32 -> u8
andi32 -> i8
are possible), but a pair of saturating narrow instructions will be better than what we currently generate. Other backends might also benefit from this, but I haven't looked into it.The text was updated successfully, but these errors were encountered: