Add constant folding for OPCODE_ROTATE_LEFT
This commit is contained in:
committed by
Gliniak
parent
3ad80810b5
commit
3675b3860a
@@ -519,6 +519,7 @@ class Value {
|
||||
void Shl(Value* other);
|
||||
void Shr(Value* other);
|
||||
void Sha(Value* other);
|
||||
void RotateLeft(Value* other);
|
||||
void Extract(Value* vec, Value* index);
|
||||
void Select(Value* other, Value* ctrl);
|
||||
void Splat(Value* other);
|
||||
|
||||
Reference in New Issue
Block a user