Summary: When we don't know the value being shifted it may help to translate bit-shifting into multiplication by a constant as it might surface linear terms, eg `x<<1` is `2*x`. Reviewed By: skcho Differential Revision: D27464847 fbshipit-source-id: 9b3b5f0d0master
parent
8e9bc54c4a
commit
8602b709ef
Loading…
Reference in new issue