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

Issue 1213593002: Implement ARM32 switch lowering. (Closed)

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

Implement ARM32 switch lowering. A naive implementation of switch lowering using sequential tests for each of the cases. BUG= none TEST=switch-opt.ll R=jvoung@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=fdc54db71f2478ca17128f82e781aa605ab5a2e4

Patch Set 1 #

Total comments: 6

Patch Set 2 : Add TODOs for jvoung suggested in review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -2 lines) Patch
M src/IceTargetLoweringARM32.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/IceTargetLoweringARM32.cpp View 1 1 chunk +30 lines, -2 lines 0 comments Download
M tests_lit/llvm2ice_tests/switch-opt.ll View 1 4 chunks +35 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
ascull
5 years, 5 months ago (2015-06-25 20:45:58 UTC) #2
jvoung (off chromium)
+Jim and John in case they wanted to take a look too. Can you clarify ...
5 years, 5 months ago (2015-06-25 21:24:50 UTC) #4
jvoung (off chromium)
https://codereview.chromium.org/1213593002/diff/1/src/IceTargetLoweringARM32.cpp File src/IceTargetLoweringARM32.cpp (right): https://codereview.chromium.org/1213593002/diff/1/src/IceTargetLoweringARM32.cpp#newcode1933 src/IceTargetLoweringARM32.cpp:1933: Variable *Src0Lo = legalizeToVar(loOperand(Src0)); On 2015/06/25 21:24:50, jvoung wrote: ...
5 years, 5 months ago (2015-06-29 16:51:47 UTC) #5
ascull
https://codereview.chromium.org/1213593002/diff/1/src/IceTargetLoweringARM32.cpp File src/IceTargetLoweringARM32.cpp (right): https://codereview.chromium.org/1213593002/diff/1/src/IceTargetLoweringARM32.cpp#newcode1933 src/IceTargetLoweringARM32.cpp:1933: Variable *Src0Lo = legalizeToVar(loOperand(Src0)); On 2015/06/29 16:51:47, jvoung wrote: ...
5 years, 5 months ago (2015-06-29 17:00:03 UTC) #6
jvoung (off chromium)
lgtm
5 years, 5 months ago (2015-06-29 18:19:12 UTC) #7
ascull
5 years, 5 months ago (2015-06-29 18:21:22 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
fdc54db71f2478ca17128f82e781aa605ab5a2e4 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698