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

Issue 531123002: Add select 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

Add select instruction to Subzero bitcode reader. BUG=https: //code.google.com/p/nativeclient/issues/detail?id=3894 R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=1d6f0e4

Patch Set 1 #

Total comments: 2

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

Total comments: 5

Patch Set 3 : Fix test file #

Patch Set 4 : Fix spacing. #

Total comments: 2

Patch Set 5 : Fix nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+315 lines, -0 lines) Patch
M src/PNaClTranslator.cpp View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A tests_lit/reader_tests/select.ll View 1 2 3 4 1 chunk +277 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
Karl
6 years, 3 months ago (2014-09-02 18:32:24 UTC) #2
Jim Stichnoth
https://codereview.chromium.org/531123002/diff/1/src/PNaClTranslator.cpp File src/PNaClTranslator.cpp (right): https://codereview.chromium.org/531123002/diff/1/src/PNaClTranslator.cpp#newcode1210 src/PNaClTranslator.cpp:1210: if (CondVal->getType() != Ice::IceType_i1) { The predicate can also ...
6 years, 3 months ago (2014-09-02 19:38:49 UTC) #3
Karl
https://codereview.chromium.org/531123002/diff/1/src/PNaClTranslator.cpp File src/PNaClTranslator.cpp (right): https://codereview.chromium.org/531123002/diff/1/src/PNaClTranslator.cpp#newcode1210 src/PNaClTranslator.cpp:1210: if (CondVal->getType() != Ice::IceType_i1) { On 2014/09/02 19:38:49, stichnot ...
6 years, 3 months ago (2014-09-02 22:20:25 UTC) #4
Jim Stichnoth
https://codereview.chromium.org/531123002/diff/20001/tests_lit/reader_tests/select.ll File tests_lit/reader_tests/select.ll (right): https://codereview.chromium.org/531123002/diff/20001/tests_lit/reader_tests/select.ll#newcode152 tests_lit/reader_tests/select.ll:152: Single blank line (here and once below) for consistency? ...
6 years, 3 months ago (2014-09-02 22:34:01 UTC) #5
Karl
https://codereview.chromium.org/531123002/diff/20001/tests_lit/reader_tests/select.ll File tests_lit/reader_tests/select.ll (right): https://codereview.chromium.org/531123002/diff/20001/tests_lit/reader_tests/select.ll#newcode152 tests_lit/reader_tests/select.ll:152: On 2014/09/02 22:34:01, stichnot wrote: > Single blank line ...
6 years, 3 months ago (2014-09-03 17:16:08 UTC) #6
Jim Stichnoth
Otherwise LGTM. https://codereview.chromium.org/531123002/diff/20001/tests_lit/reader_tests/select.ll File tests_lit/reader_tests/select.ll (right): https://codereview.chromium.org/531123002/diff/20001/tests_lit/reader_tests/select.ll#newcode177 tests_lit/reader_tests/select.ll:177: define void @SelV4xfloatVcond(<4 x i1> %pc, <4 ...
6 years, 3 months ago (2014-09-03 18:08:22 UTC) #7
jvoung (off chromium)
small nit too https://codereview.chromium.org/531123002/diff/60001/tests_lit/reader_tests/select.ll File tests_lit/reader_tests/select.ll (right): https://codereview.chromium.org/531123002/diff/60001/tests_lit/reader_tests/select.ll#newcode1 tests_lit/reader_tests/select.ll:1: ; Tests if we can read ...
6 years, 3 months ago (2014-09-03 18:20:36 UTC) #8
Karl
Committed patchset #5 (id:80001) manually as 1d6f0e4 (tree was closed).
6 years, 3 months ago (2014-09-04 19:22:22 UTC) #9
Karl
6 years, 3 months ago (2014-09-04 19:23:07 UTC) #10
Message was sent while issue was closed.
https://codereview.chromium.org/531123002/diff/60001/tests_lit/reader_tests/s...
File tests_lit/reader_tests/select.ll (right):

https://codereview.chromium.org/531123002/diff/60001/tests_lit/reader_tests/s...
tests_lit/reader_tests/select.ll:1: ; Tests if we can read select instrutions.
On 2014/09/03 18:20:35, jvoung wrote:
> instructions

Done.

Powered by Google App Engine
This is Rietveld 408576698