optimise away unneeded flag sets

- especially useful for thumb code and larger max block sizes
- can still be improved upon
This commit is contained in:
RSDuck
2019-08-25 12:28:48 +02:00
parent 03ab7f1645
commit 5ea91b8a03
8 changed files with 243 additions and 104 deletions

View File

@ -28,6 +28,7 @@ struct FetchedInstr
return Instr >> 28;
}
u8 SetFlags;
u32 Instr;
u32 NextInstr[2];