https://codereview.chromium.org/1179503003/diff/1/src/compiler/arm64/instruction-selector-arm64.cc
File src/compiler/arm64/instruction-selector-arm64.cc (right):
https://codereview.chromium.org/1179503003/diff/1/src/compiler/arm64/instruction-selector-arm64.cc#newcode749
src/compiler/arm64/instruction-selector-arm64.cc:749: if
(m.left().IsUint32MulHigh() && m.right().HasValue() &&
Can we limit the values on the right to [1,31] here? I.e. use
m.right().IsInRange(1,31) instead?
https://codereview.chromium.org/1179503003/
--
--
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.