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

Issue 1639923002: Subzero. ARM32. Vector lowering. Subtract. (Closed)

Created:
4 years, 11 months ago by Eric Holk
Modified:
4 years, 11 months ago
Reviewers:
Jim Stichnoth, Karl, sehr, John
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

Subzero. ARM32. Vector lowering. Subtract. This CL also changes UnimplementedLoweringError to display the name of the unimplemented instruction. Improve test coverage for ARM32 vector load instructions. BUG= https://bugs.chromium.org/p/nativeclient/issues/detail?id=4076 R=jpp@chromium.org, kschimpf@google.com Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=e5727b836091b786dd069f582aa48452620e600e

Patch Set 1 #

Total comments: 22

Patch Set 2 : Incorporating review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -3 lines) Patch
M src/IceInstARM32.cpp View 1 1 chunk +3 lines, -2 lines 0 comments Download
M src/IceTargetLoweringARM32.cpp View 4 chunks +9 lines, -1 line 0 comments Download
A tests_lit/assembler/arm32/sub-vec.ll View 1 chunk +85 lines, -0 lines 0 comments Download
M tests_lit/assembler/arm32/vldr-vector.ll View 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Eric Holk
4 years, 11 months ago (2016-01-26 18:54:03 UTC) #2
John
https://codereview.chromium.org/1639923002/diff/1/src/IceInst.h File src/IceInst.h (right): https://codereview.chromium.org/1639923002/diff/1/src/IceInst.h#newcode79 src/IceInst.h:79: IceString getInstName() const { Can you move the method ...
4 years, 11 months ago (2016-01-26 19:07:17 UTC) #3
Jim Stichnoth
https://codereview.chromium.org/1639923002/diff/1/src/IceInst.h File src/IceInst.h (right): https://codereview.chromium.org/1639923002/diff/1/src/IceInst.h#newcode79 src/IceInst.h:79: IceString getInstName() const { Could you also change the ...
4 years, 11 months ago (2016-01-26 19:13:10 UTC) #4
Eric Holk
I split the change about putting the instruction name in the error message into a ...
4 years, 11 months ago (2016-01-26 22:49:24 UTC) #5
Eric Holk
I removed the UnimplementedLoweringError-related changes and cleaned up the vector subtraction code based on the ...
4 years, 11 months ago (2016-01-26 22:56:38 UTC) #6
John
lgtm
4 years, 11 months ago (2016-01-27 15:17:28 UTC) #7
Karl
lgtm
4 years, 11 months ago (2016-01-27 17:58:46 UTC) #8
Eric Holk
4 years, 11 months ago (2016-01-27 19:08:52 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
e5727b836091b786dd069f582aa48452620e600e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698