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

Issue 2086423002: Subzero, MIPS32: UnimplementedError removed from most common crashers (Closed)

Created:
4 years, 6 months ago by obucinac
Modified:
4 years, 6 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Subzero, MIPS32: UnimplementedError removed from most common crashers UnimplementedError is removed from three functions because it causes crashes in almost every test from tests_lit/llvm2ice_tests. emitVariable appears as correct, UnimplementedError may be there by mistake. lowerConstants is unimplemented, but its obvious without UnimeplementedError. lowerJumpTables is unimplemented, but its obvious without UnimeplementedError. We comment these three anyway while changing and testing, so removing them will not affect final results anyway. R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=2e08a06fc552f02e70f473510e192ce378c3bffe

Patch Set 1 #

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

Messages

Total messages: 6 (3 generated)
obucinac
4 years, 6 months ago (2016-06-22 14:48:34 UTC) #3
Jim Stichnoth
lgtm https://codereview.chromium.org/2086423002/diff/1/src/IceTargetLoweringMIPS32.cpp File src/IceTargetLoweringMIPS32.cpp (right): https://codereview.chromium.org/2086423002/diff/1/src/IceTargetLoweringMIPS32.cpp#newcode485 src/IceTargetLoweringMIPS32.cpp:485: Str << Offset; The only issue here that ...
4 years, 6 months ago (2016-06-22 15:53:57 UTC) #4
Jim Stichnoth
4 years, 6 months ago (2016-06-22 15:57:07 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
2e08a06fc552f02e70f473510e192ce378c3bffe (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698