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

Issue 2325703002: Subzero, MIPS32: Intrinsic calls for ABS.fmt and SQRT.fmt (Closed)

Created:
4 years, 3 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: Intrinsic calls for ABS.fmt and SQRT.fmt This patch adds ABS.fmt and SQRT.fmt instructions for intrinsic calls. Test cases are copied from nacl-other-intrinsics.ll. R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=53d05686cb32767239467b4f52811d30165b12ae

Patch Set 1 #

Patch Set 2 : Set isScalarFloatingType condition #

Total comments: 4

Patch Set 3 : Addressing comments + O2 test for SQRT ignored #

Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -2 lines) Patch
M src/IceInstMIPS32.h View 4 chunks +8 lines, -0 lines 0 comments Download
M src/IceInstMIPS32.cpp View 2 chunks +4 lines, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.h View 1 2 2 chunks +16 lines, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 2 3 chunks +20 lines, -2 lines 0 comments Download
A tests_lit/llvm2ice_tests/nacl-other-intrinsics-mips.ll View 1 2 1 chunk +105 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
obucinac
Test cases are copied from nacl-other-intrinsics.ll to make smaller, mips only, test case, because I ...
4 years, 3 months ago (2016-09-08 17:18:40 UTC) #3
Jim Stichnoth
https://codereview.chromium.org/2325703002/diff/20001/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): https://codereview.chromium.org/2325703002/diff/20001/src/IceTargetLoweringMIPS32.cpp#newcode2177 src/IceTargetLoweringMIPS32.cpp:2177: Type DestTy = (Dest != nullptr) ? Dest->getType() : ...
4 years, 3 months ago (2016-09-09 17:12:41 UTC) #4
obucinac
O2 test added for ignoring double unused SQRT https://codereview.chromium.org/2325703002/diff/20001/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): https://codereview.chromium.org/2325703002/diff/20001/src/IceTargetLoweringMIPS32.cpp#newcode2177 src/IceTargetLoweringMIPS32.cpp:2177: Type ...
4 years, 3 months ago (2016-09-09 17:39:40 UTC) #5
Jim Stichnoth
lgtm
4 years, 3 months ago (2016-09-10 15:25:20 UTC) #6
Jim Stichnoth
4 years, 3 months ago (2016-09-10 15:25:41 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
53d05686cb32767239467b4f52811d30165b12ae (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698