mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 06:49:38 +00:00
ir_opt: Add A64 Get/Set Elimination Pass
This commit is contained in:
@@ -114,6 +114,7 @@ bool Inst::ReadsFromCPSR() const {
|
||||
case Opcode::A32GetCFlag:
|
||||
case Opcode::A32GetVFlag:
|
||||
case Opcode::A32GetGEFlags:
|
||||
case Opcode::A64GetCFlag:
|
||||
case Opcode::ConditionalSelect32:
|
||||
case Opcode::ConditionalSelect64:
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user