Skip to content
Commit a31494bd authored by Raymond Toy's avatar Raymond Toy
Browse files

Optimize shifts that are known to be right shifts.

Without this, the general shift vop is used which has to test for the
sign of the shift before shifting.  This micro-optimization removes
the test when we know the sign of the shift.
parent b5237efc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment