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

Issue 191293013: Cleanup some of the range uses in ModI/DivI. (Closed)

Created:
6 years, 9 months ago by Benedikt Meurer
Modified:
6 years, 9 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Cleanup some of the range uses in ModI/DivI. BUG=v8:3204 LOG=y R=svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19796

Patch Set 1 #

Patch Set 2 : More cleanup #

Patch Set 3 : Cleanup more range uses in HMod lowering. #

Patch Set 4 : Cleanup more range uses in HDiv lowering. #

Total comments: 4

Patch Set 5 : Don't use Abs(divisor) #

Patch Set 6 : REBASE #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -291 lines) Patch
M src/a64/lithium-a64.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M src/a64/lithium-a64.cc View 1 2 3 4 6 chunks +37 lines, -40 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 1 2 3 4 7 chunks +9 lines, -16 lines 0 comments Download
M src/arm/lithium-arm.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 2 3 4 6 chunks +39 lines, -57 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 3 4 13 chunks +17 lines, -30 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 4 11 chunks +11 lines, -21 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 3 4 7 chunks +46 lines, -47 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 3 4 11 chunks +11 lines, -24 lines 0 comments Download
M src/x64/lithium-x64.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 3 4 7 chunks +46 lines, -47 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Benedikt Meurer
PTAL
6 years, 9 months ago (2014-03-10 12:56:42 UTC) #1
Sven Panne
LGTM with nits https://codereview.chromium.org/191293013/diff/50001/src/a64/lithium-codegen-a64.cc File src/a64/lithium-codegen-a64.cc (right): https://codereview.chromium.org/191293013/diff/50001/src/a64/lithium-codegen-a64.cc#newcode2621 src/a64/lithium-codegen-a64.cc:2621: Abs(divisor) != 1) { Hmmm, I ...
6 years, 9 months ago (2014-03-11 11:32:42 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/191293013/diff/50001/src/a64/lithium-codegen-a64.cc File src/a64/lithium-codegen-a64.cc (right): https://codereview.chromium.org/191293013/diff/50001/src/a64/lithium-codegen-a64.cc#newcode2621 src/a64/lithium-codegen-a64.cc:2621: Abs(divisor) != 1) { On 2014/03/11 11:32:42, Sven Panne ...
6 years, 9 months ago (2014-03-11 11:56:35 UTC) #3
Benedikt Meurer
6 years, 9 months ago (2014-03-11 11:57:39 UTC) #4
Message was sent while issue was closed.
Committed patchset #6 manually as r19796 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698