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

Issue 1415953007: Fixes LDR and STR instructions. Two types of mistakes were being made. (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

Fixes LDR and STR instructions. Two types of mistakes were being made. First, the width was not being correctly defined for non-vector instructions. Second, the order of the width/condition was incorrect when the instruction was prefixed with a V. That is, for V prefixed instructions, the order is predicate/width while for non-V prefixed instructions the order is width/predicate. Also fixes bug in target lowering that did not always convert results of a compare to i1. 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=b9f272299f3ef78a3657ffcb2cb727116a17435e

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -44 lines) Patch
M src/IceAssemblerARM32.cpp View 3 chunks +3 lines, -2 lines 0 comments Download
M src/IceInstARM32.cpp View 4 chunks +53 lines, -29 lines 0 comments Download
M src/IceTargetLoweringARM32.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M tests_lit/assembler/arm32/branch-mult-fwd.ll View 2 chunks +6 lines, -9 lines 0 comments Download
M tests_lit/llvm2ice_tests/nacl-atomic-intrinsics.ll View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (3 generated)
Karl
5 years, 1 month ago (2015-11-06 20:23:02 UTC) #3
Jim Stichnoth
lgtm
5 years, 1 month ago (2015-11-06 22:18:52 UTC) #5
Karl
5 years, 1 month ago (2015-11-09 20:10:02 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
b9f272299f3ef78a3657ffcb2cb727116a17435e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698