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

Issue 686913003: Fix insert/extract element vector operations to check index is literal (Closed)

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

Description

Fix insert/extract element vector operations to check that literal indices are used. Also introduces a "error" instruction method for inserting an instruction placeholder when an instruction is erroneous, and the type of generated value is known. BUG= R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=aff9fa2c45e39301b6f8ffb27ba8e0d0c588032e

Patch Set 1 #

Patch Set 2 : Fix nits and reformat. #

Total comments: 16

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+561 lines, -154 lines) Patch
M src/PNaClTranslator.cpp View 1 2 29 chunks +143 lines, -79 lines 0 comments Download
M tests_lit/reader_tests/insertextract.ll View 1 2 1 chunk +270 lines, -75 lines 0 comments Download
A tests_lit/reader_tests/insertextract-err.ll View 1 2 1 chunk +148 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Karl
6 years, 1 month ago (2014-10-28 21:13:16 UTC) #2
Jim Stichnoth
https://codereview.chromium.org/686913003/diff/20001/src/PNaClTranslator.cpp File src/PNaClTranslator.cpp (right): https://codereview.chromium.org/686913003/diff/20001/src/PNaClTranslator.cpp#newcode1329 src/PNaClTranslator.cpp:1329: void DumpVectorIndexCheckValue(raw_ostream &Stream, dumpVectorIndexCheckValue https://codereview.chromium.org/686913003/diff/20001/src/PNaClTranslator.cpp#newcode1330 src/PNaClTranslator.cpp:1330: VectorIndexCheckValue Value) { ...
6 years, 1 month ago (2014-10-28 22:25:55 UTC) #3
Karl
https://codereview.chromium.org/686913003/diff/20001/src/PNaClTranslator.cpp File src/PNaClTranslator.cpp (right): https://codereview.chromium.org/686913003/diff/20001/src/PNaClTranslator.cpp#newcode1329 src/PNaClTranslator.cpp:1329: void DumpVectorIndexCheckValue(raw_ostream &Stream, On 2014/10/28 22:25:54, stichnot wrote: > ...
6 years, 1 month ago (2014-10-29 17:00:58 UTC) #4
Jim Stichnoth
lgtm
6 years, 1 month ago (2014-10-29 20:37:06 UTC) #5
Karl
6 years, 1 month ago (2014-10-29 21:32:19 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
aff9fa2c45e39301b6f8ffb27ba8e0d0c588032e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698