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

Issue 1448783004: Fix translation of instruction "move" in ARM integrated assembler. (Closed)

Created:
5 years, 1 month ago by Karl
Modified:
5 years, 1 month ago
Reviewers:
Jim Stichnoth, 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

Fix translation of instruction "move" in ARM integrated assembler. Fixes case where the ARM integrated assembler for class InstARM32Mov did not revert to using the stand-alone assembler (method emit) to generate the corresponding assembly instructions(s). This fixes last known problem with method emitIAS (other than reverting to the stand-alone assembler if not implemented). Removes use of workaround flag "-unsafe-ias". BUG= https://bugs.chromium.org/p/nativeclient/issues/detail?id=4334 R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=6dacbafde57e7475bf29df2fcea208d0c0ddc7ef

Patch Set 1 #

Patch Set 2 : Remove #if 0 #

Total comments: 3

Patch Set 3 : Fix nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -36 lines) Patch
M src/IceClFlags.h View 2 chunks +0 lines, -6 lines 0 comments Download
M src/IceClFlags.cpp View 3 chunks +0 lines, -8 lines 0 comments Download
M src/IceInstARM32.cpp View 1 2 2 chunks +3 lines, -5 lines 0 comments Download
M tests_lit/assembler/arm32/bic.ll View 1 chunk +2 lines, -2 lines 0 comments Download
M tests_lit/assembler/arm32/branch-mult-fwd.ll View 1 chunk +2 lines, -2 lines 0 comments Download
M tests_lit/assembler/arm32/load-store.ll View 1 chunk +2 lines, -2 lines 0 comments Download
M tests_lit/assembler/arm32/mov-const.ll View 1 chunk +2 lines, -2 lines 0 comments Download
M tests_lit/assembler/arm32/mov-imm.ll View 1 chunk +2 lines, -2 lines 0 comments Download
M tests_lit/assembler/arm32/mul.ll View 1 chunk +2 lines, -2 lines 0 comments Download
M tests_lit/assembler/arm32/push-pop.ll View 1 chunk +2 lines, -2 lines 0 comments Download
M tests_lit/assembler/arm32/store-sf.ll View 1 chunk +2 lines, -2 lines 0 comments Download
M tests_lit/assembler/arm32/uxtb.ll View 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
Karl
5 years, 1 month ago (2015-11-16 18:21:05 UTC) #3
Jim Stichnoth
lgtm https://codereview.chromium.org/1448783004/diff/20001/src/IceClFlags.h File src/IceClFlags.h (left): https://codereview.chromium.org/1448783004/diff/20001/src/IceClFlags.h#oldcode262 src/IceClFlags.h:262: // TODO(kschimpf): This is a temporary flag. Nuke ...
5 years, 1 month ago (2015-11-16 19:14:04 UTC) #4
Karl
Committed patchset #3 (id:40001) manually as 6dacbafde57e7475bf29df2fcea208d0c0ddc7ef (presubmit successful).
5 years, 1 month ago (2015-11-16 20:38:16 UTC) #5
Karl
5 years, 1 month ago (2015-11-16 20:38:46 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/1448783004/diff/20001/src/IceInstARM32.cpp
File src/IceInstARM32.cpp (right):

https://codereview.chromium.org/1448783004/diff/20001/src/IceInstARM32.cpp#ne...
src/IceInstARM32.cpp:805: } else
On 2015/11/16 19:14:04, stichnot wrote:
> Use either "else" or "} else {" for consistency.

Removing "{" and "}" of then.

Powered by Google App Engine
This is Rietveld 408576698