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

Issue 10854053: MIPS: Refactor Math.min/max to be a single HInstruction. (Closed)

Created:
8 years, 4 months ago by palfia
Modified:
8 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Refactor Math.min/max to be a single HInstruction. Port r12265 (7501dd73) BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=12282

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -1 line) Patch
M src/mips/lithium-codegen-mips.cc View 1 chunk +65 lines, -0 lines 2 comments Download
M src/mips/lithium-mips.h View 4 chunks +14 lines, -1 line 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
palfia
8 years, 4 months ago (2012-08-08 23:03:44 UTC) #1
Yang
8 years, 4 months ago (2012-08-09 08:30:08 UTC) #2
LGTM except for two ARM-specific comments. I removed those comments and am
landing this patch.

https://chromiumcodereview.appspot.com/10854053/diff/1/src/mips/lithium-codeg...
File src/mips/lithium-codegen-mips.cc (right):

https://chromiumcodereview.appspot.com/10854053/diff/1/src/mips/lithium-codeg...
src/mips/lithium-codegen-mips.cc:1399: // We could use a single 'vorr'
instruction here if we had NEON support.
Comment only applies to ARM.

https://chromiumcodereview.appspot.com/10854053/diff/1/src/mips/lithium-codeg...
src/mips/lithium-codegen-mips.cc:1404: // Since we operate on +0 and/or -0, vadd
and vand have the same effect;
Comment only applies to ARM.

Powered by Google App Engine
This is Rietveld 408576698