dynarmic/src
Lioncash fc9c59d056 ir_opt/verification_pass: Eliminate redundant GetArg()
Given the same argument is used inside the condition's body if it's
true, we can just utilize the local to cut out a GetArg() operation.
Avoids redundant internal assertion checking.
2020-04-22 21:03:35 +01:00
..
backend/x64 Merge pull request #497 from lioncash/boost 2020-04-22 21:02:47 +01:00
common Suppress MSVC warning C4702: unreachable code 2020-04-22 21:02:46 +01:00
frontend Merge pull request #499 from lioncash/movw 2020-04-22 21:02:47 +01:00
ir_opt ir_opt/verification_pass: Eliminate redundant GetArg() 2020-04-22 21:03:35 +01:00
CMakeLists.txt A32/coprocessor: Remove boost from public interface 2020-04-22 21:02:47 +01:00