diff options
| author | Sintendo <bram.speeckaert@gmail.com> | 2020-04-19 23:02:13 +0200 |
|---|---|---|
| committer | Sintendo <bram.speeckaert@gmail.com> | 2020-04-21 22:35:17 +0200 |
| commit | 1c25e6352a742542506100e93b370d8185b7a821 (patch) | |
| tree | a8e85d0d8ee5e49b4216ebc8d4294e8489ce9e00 /Source/Core/VideoCommon/FramebufferManager.cpp | |
| parent | f1c3ab359d8113fb03bb682dc0f0171b17c137fe (diff) | |
Jit64: addx - Emit nothing when possible
When the destination register matches a source register, the other
source register contains zero, and overflow isn't needed, the
instruction becomes a nop and we don't need to emit anything.
We could add specialized handling for the case where overflow is needed,
but none of the titles I tried would hit this path.
Before:
83 C7 00 add edi,0
After:
Diffstat (limited to 'Source/Core/VideoCommon/FramebufferManager.cpp')
0 files changed, 0 insertions, 0 deletions
