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

Issue 791473003: MIPS: Enable Math rounding operations call reduction optimization in TF. (Closed)

Created:
6 years ago by dusmil.imgtec
Modified:
6 years ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

MIPS: Enable Math rounding operations call reduction optimization in TF. TEST= BUG= R=paul.lind@imgtec.com Committed: https://chromium.googlesource.com/v8/v8/+/8c4b7d272ac71340394b96835255fee45c227aea

Patch Set 1 #

Patch Set 2 : Add Mips32 code. #

Patch Set 3 : Fix mips32 code. #

Total comments: 2

Patch Set 4 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -19 lines) Patch
M src/compiler/mips/code-generator-mips.cc View 1 2 3 4 chunks +73 lines, -0 lines 0 comments Download
M src/compiler/mips/instruction-codes-mips.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/mips/instruction-selector-mips.cc View 1 3 chunks +20 lines, -3 lines 0 comments Download
M src/compiler/mips64/code-generator-mips64.cc View 1 2 3 3 chunks +66 lines, -9 lines 0 comments Download
M src/compiler/mips64/instruction-codes-mips64.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/compiler/mips64/instruction-selector-mips64.cc View 2 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
dusmil.imgtec
PTAL
6 years ago (2014-12-18 15:39:53 UTC) #2
paul.l...
https://codereview.chromium.org/791473003/diff/40001/src/compiler/mips/code-generator-mips.cc File src/compiler/mips/code-generator-mips.cc (right): https://codereview.chromium.org/791473003/diff/40001/src/compiler/mips/code-generator-mips.cc#newcode289 src/compiler/mips/code-generator-mips.cc:289: __ Branch(USE_DELAY_SLOT, &done, hs, at, Operand(1075)); \ Hmmm, would ...
6 years ago (2014-12-18 18:07:41 UTC) #3
dusmil.imgtec
https://codereview.chromium.org/791473003/diff/40001/src/compiler/mips/code-generator-mips.cc File src/compiler/mips/code-generator-mips.cc (right): https://codereview.chromium.org/791473003/diff/40001/src/compiler/mips/code-generator-mips.cc#newcode289 src/compiler/mips/code-generator-mips.cc:289: __ Branch(USE_DELAY_SLOT, &done, hs, at, Operand(1075)); \ On 2014/12/18 ...
6 years ago (2014-12-22 14:34:49 UTC) #4
paul.l...
LGTM, thanks!
6 years ago (2014-12-22 16:40:35 UTC) #5
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/8c4b7d272ac71340394b96835255fee45c227aea Cr-Commit-Position: refs/heads/master@{#25931}
6 years ago (2014-12-22 17:37:28 UTC) #6
dusmil.imgtec
6 years ago (2014-12-22 17:37:28 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
8c4b7d272ac71340394b96835255fee45c227aea (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698