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

Issue 2047043002: Subzero, MIPS32: Floating point comparison (Closed)

Created:
4 years, 6 months ago by obucinac
Modified:
4 years, 3 months ago
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, MIPS32: Floating point comparison This patch implements lowerFcmp, for lowering floating point comparison. R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=f315f0d9c4675dd5469bb0694d8f4ad8979978d0

Patch Set 1 #

Patch Set 2 : Ready for review #

Total comments: 18

Patch Set 3 : Addressing review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+586 lines, -1 line) Patch
M src/IceInstMIPS32.h View 1 2 8 chunks +176 lines, -0 lines 0 comments Download
M src/IceInstMIPS32.cpp View 1 2 2 chunks +16 lines, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.h View 1 2 3 chunks +72 lines, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 2 1 chunk +178 lines, -1 line 0 comments Download
M tests_lit/llvm2ice_tests/fp.cmp.ll View 1 39 chunks +144 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
obucinac
On 2016/06/07 18:57:13, obucinac wrote: > mailto:obucinac@gmail.com changed reviewers: > + mailto:mohit.bhakkad@imgtec.com, mailto:sagar.thakur@imgtec.com WIP, waiting ...
4 years, 6 months ago (2016-06-07 18:57:47 UTC) #3
obucinac
On 2016/06/07 18:57:47, obucinac wrote: > On 2016/06/07 18:57:13, obucinac wrote: > > mailto:obucinac@gmail.com changed ...
4 years, 3 months ago (2016-09-08 09:35:11 UTC) #6
Jim Stichnoth
https://codereview.chromium.org/2047043002/diff/20001/src/IceInstMIPS32.h File src/IceInstMIPS32.h (right): https://codereview.chromium.org/2047043002/diff/20001/src/IceInstMIPS32.h#newcode87 src/IceInstMIPS32.h:87: Ostream &Str = Func->getContext()->getStrEmit(); Add the usual pattern at ...
4 years, 3 months ago (2016-09-12 14:14:41 UTC) #7
obucinac
https://codereview.chromium.org/2047043002/diff/20001/src/IceInstMIPS32.h File src/IceInstMIPS32.h (right): https://codereview.chromium.org/2047043002/diff/20001/src/IceInstMIPS32.h#newcode87 src/IceInstMIPS32.h:87: Ostream &Str = Func->getContext()->getStrEmit(); On 2016/09/12 14:14:40, stichnot wrote: ...
4 years, 3 months ago (2016-09-12 19:16:16 UTC) #8
obucinac
In short, running test_fcmp crosstest gives this result ... TotalTests=123904 Passes=99264 Failures=24640 I merged FP ...
4 years, 3 months ago (2016-09-12 20:13:36 UTC) #9
Jim Stichnoth
lgtm
4 years, 3 months ago (2016-09-13 12:45:58 UTC) #10
Jim Stichnoth
4 years, 3 months ago (2016-09-13 12:46:33 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
f315f0d9c4675dd5469bb0694d8f4ad8979978d0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698