lgtm
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
How about (x + K1) & K2 => (x & K2) + K1?
https://codereview.chromium.org/749233002/diff/20001/src/compiler/machine-operator-reducer.cc#newcode150
src/compiler/machine-operator-reducer.cc:150: mleft.right().node()));
Funny indentation.
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.