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

Issue 1886263004: Subzero. ARM32. Implements vector select. (Closed)

Created:
4 years, 8 months ago by John
Modified:
4 years, 8 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

Patch Set 1 #

Patch Set 2 : Addresses necro comments from 1878943009 #

Patch Set 3 : Removes #if 0'ed region. #

Total comments: 2

Patch Set 4 : Addresses comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -249 lines) Patch
M src/DartARM32/assembler_arm.h View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
M src/IceAssemblerARM32.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/IceAssemblerARM32.cpp View 1 chunk +12 lines, -0 lines 0 comments Download
M src/IceInstARM32.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/IceInstARM32.cpp View 2 chunks +19 lines, -0 lines 0 comments Download
M src/IceTargetLoweringARM32.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/IceTargetLoweringARM32.cpp View 1 2 2 chunks +30 lines, -21 lines 0 comments Download
M tests_lit/assembler/arm32/select-vec.ll View 1 2 chunks +56 lines, -213 lines 0 comments Download
M tests_lit/assembler/arm32/vcvt.f32.s32.ll View 1 1 chunk +1 line, -1 line 0 comments Download
M tests_lit/assembler/arm32/vcvt.f32.u32.ll View 1 1 chunk +1 line, -1 line 0 comments Download
M tests_lit/assembler/arm32/vcvt.s32.f32.ll View 1 1 chunk +1 line, -1 line 0 comments Download
M tests_lit/assembler/arm32/vcvt.u32.f32.ll View 1 1 chunk +1 line, -1 line 0 comments Download
M tests_lit/assembler/arm32/vec-sh-imm.ll View 1 3 chunks +10 lines, -10 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
John
presubmit happy.
4 years, 8 months ago (2016-04-14 21:40:45 UTC) #2
Karl
Otherwise LGTM. Did not see anything wrong with the target lowering changes, but I'm not ...
4 years, 8 months ago (2016-04-14 22:02:03 UTC) #4
John
https://codereview.chromium.org/1886263004/diff/40001/src/IceAssemblerARM32.h File src/IceAssemblerARM32.h (right): https://codereview.chromium.org/1886263004/diff/40001/src/IceAssemblerARM32.h#newcode346 src/IceAssemblerARM32.h:346: void vbslq(const Operand *OpQd, const Operand *OpQm, const Operand ...
4 years, 8 months ago (2016-04-14 22:09:00 UTC) #5
John
4 years, 8 months ago (2016-04-15 13:27:03 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
397f602c4e4e5697806bf74e37a651ab78680628 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698