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

Issue 1130023002: Subzero: Simplify the icmp i64 lowering. (Closed)

Created:
5 years, 7 months ago by Jim Stichnoth
Modified:
5 years, 7 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

Subzero: Simplify the icmp i64 lowering. The original code for 64-bit icmp lowering had separate cases for eq/ne versus other conditions, mostly because eq/ne need two 32-bit comparisons while the others need three. However, with small changes, we can handle everything uniformly, simplifying the code. This gets thoroughly tested by the test_icmp cross test. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4162 R=jvoung@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=90db6ae07e53badfc9318c219d4d17cd8961e68d

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -30 lines) Patch
M src/IceTargetLoweringX8632.cpp View 2 chunks +13 lines, -22 lines 2 comments Download
M src/IceTargetLoweringX8632.def View 1 chunk +2 lines, -2 lines 0 comments Download
M tests_lit/llvm2ice_tests/64bit.pnacl.ll View 2 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Jim Stichnoth
https://codereview.chromium.org/1130023002/diff/1/src/IceTargetLoweringX8632.cpp File src/IceTargetLoweringX8632.cpp (left): https://codereview.chromium.org/1130023002/diff/1/src/IceTargetLoweringX8632.cpp#oldcode2724 src/IceTargetLoweringX8632.cpp:2724: InstX8632Label *Label = InstX8632Label::create(Func, this); This block of code ...
5 years, 7 months ago (2015-05-06 22:24:21 UTC) #2
jvoung (off chromium)
lgtm
5 years, 7 months ago (2015-05-07 15:56:58 UTC) #3
Jim Stichnoth
5 years, 7 months ago (2015-05-07 16:35:12 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
90db6ae07e53badfc9318c219d4d17cd8961e68d (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698