DescriptionFix FlooringDivByPowerOf2I on ARM/ARM64
Fix for divisor=1, found during code inspection. We can't hit this bug, due to
HDiv::Canonicalize() discarding the operation, but it might avoid a future bug
hunt. Patch also includes a small tidying of the ARM64 code.
BUG=
R=ulan@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=21313
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|