[CPU] Added constant propagation pass for: OPCODE_AND_NOT
This commit is contained in:
@@ -516,6 +516,7 @@ class Value {
|
||||
void Or(Value* other);
|
||||
void Xor(Value* other);
|
||||
void Not();
|
||||
void AndNot(Value* other);
|
||||
void Shl(Value* other);
|
||||
void Shr(Value* other);
|
||||
void Sha(Value* other);
|
||||
|
||||
Reference in New Issue
Block a user