https://codereview.chromium.org/749233002/diff/20001/src/compiler/machine-operator-reducer.cc
File src/compiler/machine-operator-reducer.cc (right):

https://codereview.chromium.org/749233002/diff/20001/src/compiler/machine-operator-reducer.cc#newcode145
src/compiler/machine-operator-reducer.cc:145: // (x + K) & K => (x & K)
+ K
On 2014/11/24 12:28:09, jarin wrote:
How about (x + K1) & K2 => (x & K2) + K1?

This was the terminology that we always used here. Don't want to change
that now.

https://codereview.chromium.org/749233002/diff/20001/src/compiler/machine-operator-reducer.cc#newcode150
src/compiler/machine-operator-reducer.cc:150: mleft.right().node()));
On 2014/11/24 12:28:09, jarin wrote:
Funny indentation.

clang-format...

https://codereview.chromium.org/749233002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to