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

Issue 2357143002: [SubZero] Fix floating-point comparison for MIPS (Closed)

Created:
4 years, 3 months ago by jaydeep.patil
Modified:
4 years, 3 months ago
Reviewers:
Karl, John, sagar.thakur, Jim Stichnoth, srdjan.obucina, Eric Holk
CC:
native-client-reviews_googlegroups.com, rich.fuhler_imgtec.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[SubZero] Fix floating-point comparison for MIPS The patch fixes code generation and encoding of floating-point comparison. All floating-point comparison related test in test_fcmp cross test pass (after removing vector related tests): TotalTests=123904 Passes=123904 Failures=0 R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=d895447ba9131c9d8cb3b10080feeed3beef6be9

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -7 lines) Patch
M src/IceTargetLoweringMIPS32.h View 1 2 chunks +2 lines, -4 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
jaydeep.patil
4 years, 3 months ago (2016-09-21 11:36:11 UTC) #3
Jim Stichnoth
lgtm
4 years, 3 months ago (2016-09-21 13:24:29 UTC) #4
Jim Stichnoth
Committed patchset #1 (id:1) manually as d895447ba9131c9d8cb3b10080feeed3beef6be9 (presubmit successful).
4 years, 3 months ago (2016-09-21 13:24:45 UTC) #6
Jim Stichnoth
https://codereview.chromium.org/2357143002/diff/1/src/IceTargetLoweringMIPS32.h File src/IceTargetLoweringMIPS32.h (right): https://codereview.chromium.org/2357143002/diff/1/src/IceTargetLoweringMIPS32.h#newcode361 src/IceTargetLoweringMIPS32.h:361: Instr->setDestRedefined(); Sorry, I missed this the first time. You ...
4 years, 3 months ago (2016-09-21 17:07:10 UTC) #7
jaydeep.patil
4 years, 3 months ago (2016-09-22 03:07:58 UTC) #8
Message was sent while issue was closed.
https://codereview.chromium.org/2357143002/diff/1/src/IceTargetLoweringMIPS32.h
File src/IceTargetLoweringMIPS32.h (right):

https://codereview.chromium.org/2357143002/diff/1/src/IceTargetLoweringMIPS32...
src/IceTargetLoweringMIPS32.h:361: Instr->setDestRedefined();
On 2016/09/21 17:07:10, stichnot wrote:
> Sorry, I missed this the first time.
> 
> You should be able to avoid calling setDestRedefined() if you modify
> TargetMIPS32::postLower() to call TargetLowering::markRedefinitions() in the
-O2
> case.

Done.

Powered by Google App Engine
This is Rietveld 408576698