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

Issue 2354293002: Subzero, MIPS32: Intrinsic call Ctlz for i32 (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 call Ctlz for i32 Implements intrinsic call llvm.ctlz for i32 R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=d27ce3d930109e53fadd82fe9bd05a1323d77298

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressing review comments #

Total comments: 2

Patch Set 3 : Addressing review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -5 lines) Patch
M src/IceAssemblerMIPS32.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M src/IceAssemblerMIPS32.cpp View 1 2 2 chunks +16 lines, -0 lines 0 comments Download
M src/IceInstMIPS32.h View 1 2 4 chunks +4 lines, -0 lines 0 comments Download
M src/IceInstMIPS32.cpp View 1 2 3 chunks +11 lines, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 2 1 chunk +19 lines, -2 lines 0 comments Download
A + tests_lit/assembler/mips32/encoding_intrinsics.ll View 3 chunks +38 lines, -3 lines 0 comments Download
M tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
obucinac
4 years, 3 months ago (2016-09-21 16:03:08 UTC) #3
Jim Stichnoth
https://codereview.chromium.org/2354293002/diff/1/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): https://codereview.chromium.org/2354293002/diff/1/src/IceTargetLoweringMIPS32.cpp#newcode2813 src/IceTargetLoweringMIPS32.cpp:2813: Type SrcTy = Src->getType(); const Type https://codereview.chromium.org/2354293002/diff/1/src/IceTargetLoweringMIPS32.cpp#newcode2814 src/IceTargetLoweringMIPS32.cpp:2814: if ...
4 years, 3 months ago (2016-09-22 13:48:28 UTC) #4
obucinac
https://codereview.chromium.org/2354293002/diff/1/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): https://codereview.chromium.org/2354293002/diff/1/src/IceTargetLoweringMIPS32.cpp#newcode2813 src/IceTargetLoweringMIPS32.cpp:2813: Type SrcTy = Src->getType(); On 2016/09/22 13:48:27, stichnot wrote: ...
4 years, 3 months ago (2016-09-22 15:42:07 UTC) #5
Jim Stichnoth
https://codereview.chromium.org/2354293002/diff/20001/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): https://codereview.chromium.org/2354293002/diff/20001/src/IceTargetLoweringMIPS32.cpp#newcode2850 src/IceTargetLoweringMIPS32.cpp:2850: const Type SrcTy = Src->getType(); This gives an error ...
4 years, 3 months ago (2016-09-22 18:18:24 UTC) #6
obucinac
https://codereview.chromium.org/2354293002/diff/20001/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): https://codereview.chromium.org/2354293002/diff/20001/src/IceTargetLoweringMIPS32.cpp#newcode2850 src/IceTargetLoweringMIPS32.cpp:2850: const Type SrcTy = Src->getType(); On 2016/09/22 18:18:24, stichnot ...
4 years, 3 months ago (2016-09-22 18:58:18 UTC) #7
Jim Stichnoth
lgtm
4 years, 3 months ago (2016-09-22 19:56:04 UTC) #8
Jim Stichnoth
4 years, 3 months ago (2016-09-22 19:56:17 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
d27ce3d930109e53fadd82fe9bd05a1323d77298 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698