mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-08 03:32:56 +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) {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// opcode name, return type, arg1 type, arg2 type, arg3 type, ...
|
||||
|
||||
OPCODE(Void, T::Void, )
|
||||
OPCODE(Identity, T::Opaque, T::Opaque )
|
||||
OPCODE(Breakpoint, T::Void, )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user