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

Issue 270723003: PNaCl SIMD: allow the bitcode reader to read select instructions properly (Closed)

Created:
6 years, 7 months ago by JF
Modified:
6 years, 7 months ago
Reviewers:
kschimpf, Derek Schuff
CC:
native-client-reviews_googlegroups.com
Base URL:
http://git.chromium.org/native_client/pnacl-llvm.git@master
Visibility:
Public.

Description

PNaCl SIMD: allow the bitcode reader to read select instructions properly Vector selects weren't handled properly by the NaCl bitcode reader but were handled properly by the LLVM one: the addition of vectors was missing tests for select with a vector mask, which had (correctly) been removed from the NaCl bitcode reader but not added back when vector support was added. R=dschuff@chromium.org, kschimpf@chromium.org TEST= (cd ./toolchain_build/out/llvm_i686_linux_work/ && ninja check-all) BUG= https://code.google.com/p/nativeclient/issues/detail?id=2205 Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-llvm.git;a=commit;h=3dda707

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -3 lines) Patch
M lib/Bitcode/NaCl/Reader/NaClBitcodeReader.cpp View 1 chunk +11 lines, -3 lines 0 comments Download
M test/NaCl/Bitcode/vector.ll View 1 chunk +1 line, -0 lines 0 comments Download
M test/NaCl/PNaClABI/instructions.ll View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
JF
6 years, 7 months ago (2014-05-07 18:21:30 UTC) #1
Derek Schuff
LGTM. we should also try to figure out why the error message wasn't getting plumbed ...
6 years, 7 months ago (2014-05-07 18:28:05 UTC) #2
JF
6 years, 7 months ago (2014-05-07 18:33:56 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r3dda707 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698