mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-05 09:39:58 +00:00
de86d2003a
PPC has no 8-bit sign-extended load, so this instruction pair is very common. x86 can do it in one op (movsx), so merge them when possible.