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

Issue 2358393004: Subzero, MIPS32: Intrinsic call Cttz for i32 (Closed)

Created:
4 years, 2 months ago by obucinac
Modified:
4 years, 2 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 Cttz for i32 Implements intrinsic call llvm.cttz for i32 R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=0a7f99d901d4e7996587362933e68d554be4c421

Patch Set 1 #

Total comments: 2

Patch Set 2 : Changes as advised #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -4 lines) Patch
M src/IceAssemblerMIPS32.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/IceAssemblerMIPS32.cpp View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/IceInstMIPS32.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/IceInstMIPS32.cpp View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 2 chunks +30 lines, -2 lines 0 comments Download
M tests_lit/assembler/mips32/encoding_intrinsics.ll View 1 3 chunks +59 lines, -2 lines 0 comments Download
M tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
obucinac
This is partially done (encoding check is missing), and not suitable for commit at the ...
4 years, 2 months ago (2016-09-22 19:29:58 UTC) #3
Jim Stichnoth
On 2016/09/22 19:29:58, obucinac wrote: > This is partially done (encoding check is missing), and ...
4 years, 2 months ago (2016-09-23 06:13:07 UTC) #5
Jim Stichnoth
https://codereview.chromium.org/2358393004/diff/1/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): https://codereview.chromium.org/2358393004/diff/1/src/IceTargetLoweringMIPS32.cpp#newcode2862 src/IceTargetLoweringMIPS32.cpp:2862: Context.insert<InstFakeUse>(SrcR); This FakeUse doesn't seem necessary?
4 years, 2 months ago (2016-09-23 06:13:47 UTC) #6
obucinac
https://codereview.chromium.org/2358393004/diff/1/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): https://codereview.chromium.org/2358393004/diff/1/src/IceTargetLoweringMIPS32.cpp#newcode2862 src/IceTargetLoweringMIPS32.cpp:2862: Context.insert<InstFakeUse>(SrcR); On 2016/09/23 06:13:47, stichnot wrote: > This FakeUse ...
4 years, 2 months ago (2016-09-23 11:37:33 UTC) #7
obucinac
4 years, 2 months ago (2016-09-23 13:11:12 UTC) #8
Jim Stichnoth
lgtm
4 years, 2 months ago (2016-09-23 13:59:39 UTC) #9
Jim Stichnoth
4 years, 2 months ago (2016-09-23 13:59:54 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
0a7f99d901d4e7996587362933e68d554be4c421 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698