mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-10 08:42:57 +00:00
constant_propagation_pass: Prepare for IR matchers
This commit is contained in:
@@ -156,6 +156,8 @@ public:
|
||||
explicit TypedValue(const Value& value) : Value(value) {
|
||||
ASSERT((value.GetType() & type_) != Type::Void);
|
||||
}
|
||||
|
||||
explicit TypedValue(Inst* inst) : TypedValue(Value(inst)) {}
|
||||
};
|
||||
|
||||
using U1 = TypedValue<Type::U1>;
|
||||
|
||||
Reference in New Issue
Block a user