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

Issue 277893003: MIPS: Fix FlooringDivByPowerOf2I. (Closed)

Created:
6 years, 7 months ago by kilvadyb
Modified:
6 years, 7 months ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Fix FlooringDivByPowerOf2I. Port r21313 (3b4cb0b) Original commit message: 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=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M src/mips/lithium-codegen-mips.cc View 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
kilvadyb
6 years, 7 months ago (2014-05-14 17:03:47 UTC) #1
Paul Lind
lgtm
6 years, 7 months ago (2014-05-14 17:31:50 UTC) #2
Paul Lind
Committed as r21317.
6 years, 7 months ago (2014-05-14 17:35:06 UTC) #3
Paul Lind
6 years, 7 months ago (2014-05-14 17:35:08 UTC) #4
Message was sent while issue was closed.
Committed as r21317.

Powered by Google App Engine
This is Rietveld 408576698