https://codereview.chromium.org/732403002/diff/40001/src/compiler/mips64/instruction-selector-mips64.cc
File src/compiler/mips64/instruction-selector-mips64.cc (right):

https://codereview.chromium.org/732403002/diff/40001/src/compiler/mips64/instruction-selector-mips64.cc#newcode185
src/compiler/mips64/instruction-selector-mips64.cc:185: opcode =
kMips64Lw;
There is no need for that considering 32-bit operations select lower
32-bit part of values so it does not make difference values are sign or
zero extended.
Even uint32 constants are bit-casted to int32 and loaded as int32
constants.

https://codereview.chromium.org/732403002/

--
--
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