mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-25 08:19:37 +00:00
ir_opt: Remove redundant shift instructions
This commit is contained in:
@@ -305,6 +305,7 @@ void Inst::Invalidate() {
|
||||
}
|
||||
value = {};
|
||||
}
|
||||
op = Opcode::Void;
|
||||
}
|
||||
|
||||
void Inst::ReplaceUsesWith(Value replacement) {
|
||||
|
||||
Reference in New Issue
Block a user