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

Issue 1356763004: Subzero. ARM32 Fcmp lowering. (Closed)

Created:
5 years, 3 months ago by John
Modified:
5 years, 3 months ago
Reviewers:
Karl, Jim Stichnoth
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 : Handles the vcmp instruction. #

Patch Set 3 : adds vmrs support; fixes vmov so it works with condition codes. #

Patch Set 4 : git pull && (easy) merge #

Patch Set 5 : Adds lit tests. #

Total comments: 14

Patch Set 6 : git pull && addresses comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+495 lines, -40 lines) Patch
M src/IceInstARM32.h View 1 2 2 chunks +42 lines, -0 lines 0 comments Download
M src/IceInstARM32.cpp View 1 2 3 4 5 8 chunks +82 lines, -8 lines 0 comments Download
M src/IceTargetLoweringARM32.h View 1 2 3 2 chunks +9 lines, -2 lines 0 comments Download
M src/IceTargetLoweringARM32.cpp View 1 2 3 4 5 4 chunks +94 lines, -18 lines 0 comments Download
M src/IceTargetLoweringARM32.def View 1 2 3 4 5 1 chunk +40 lines, -12 lines 0 comments Download
M tests_lit/llvm2ice_tests/fp.cmp.ll View 1 2 3 4 5 41 chunks +228 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
John
5 years, 3 months ago (2015-09-18 17:09:02 UTC) #2
Jim Stichnoth
Otherwise LGTM. BTW, I'm very happy to report that the test_fcmp cross test works with ...
5 years, 3 months ago (2015-09-18 19:28:55 UTC) #3
John
landing. https://codereview.chromium.org/1356763004/diff/80001/src/IceInstARM32.cpp File src/IceInstARM32.cpp (right): https://codereview.chromium.org/1356763004/diff/80001/src/IceInstARM32.cpp#newcode564 src/IceInstARM32.cpp:564: assert(isScalarIntegerType(DestTy) + isScalarIntegerType(SrcTy) <= 1 && On 2015/09/18 ...
5 years, 3 months ago (2015-09-18 22:55:53 UTC) #4
John
5 years, 3 months ago (2015-09-18 22:59:51 UTC) #5
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
2f5534f1c523eb022880360864f60ce42fb30ee0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698