Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Issue 280883003: Fix FlooringDivByPowerOf2I on ARM/ARM64 (Closed)

Created:
6 years, 7 months ago by m.m.capewell
Modified:
6 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -10 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 chunk +6 lines, -1 line 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 2 chunks +8 lines, -9 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
m.m.capewell
6 years, 7 months ago (2014-05-14 09:58:41 UTC) #1
ulan
lgtm
6 years, 7 months ago (2014-05-14 10:31:16 UTC) #2
m.m.capewell
6 years, 7 months ago (2014-05-14 14:34:46 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r21313 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698