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

Issue 576243002: Add switch instruction to Subzero bitcode reader. (Closed)

Created:
6 years, 3 months ago by Karl
Modified:
6 years, 3 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Fix formatting #

Total comments: 16

Patch Set 3 : Fix issues in patch set 2. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+571 lines, -9 lines) Patch
M src/IceTypes.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/IceTypes.cpp View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/PNaClTranslator.cpp View 1 2 5 chunks +65 lines, -9 lines 0 comments Download
A tests_lit/reader_tests/switch.ll View 1 2 1 chunk +496 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Karl
6 years, 3 months ago (2014-09-17 19:14:22 UTC) #2
Jim Stichnoth
https://codereview.chromium.org/576243002/diff/20001/src/PNaClTranslator.cpp File src/PNaClTranslator.cpp (right): https://codereview.chromium.org/576243002/diff/20001/src/PNaClTranslator.cpp#newcode1695 src/PNaClTranslator.cpp:1695: Context->convertToIceType(Context->getTypeByID(Values[0])); Consider defining "unsigned ValIndex = 0;" up here, ...
6 years, 3 months ago (2014-09-17 20:18:21 UTC) #3
Karl
https://codereview.chromium.org/576243002/diff/20001/src/PNaClTranslator.cpp File src/PNaClTranslator.cpp (right): https://codereview.chromium.org/576243002/diff/20001/src/PNaClTranslator.cpp#newcode1695 src/PNaClTranslator.cpp:1695: Context->convertToIceType(Context->getTypeByID(Values[0])); On 2014/09/17 20:18:20, stichnot wrote: > Consider defining ...
6 years, 3 months ago (2014-09-17 22:07:20 UTC) #4
Jim Stichnoth
lgtm
6 years, 3 months ago (2014-09-17 22:26:34 UTC) #5
Karl
6 years, 3 months ago (2014-09-17 22:38:25 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as d1a971a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698