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 490333003: Subzero: Fix address mode optimization involving phi temporaries. (Closed)

Created:
6 years, 3 months ago by Jim Stichnoth
Modified:
6 years, 3 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Visibility:
Public.

Description

Subzero: Fix address mode optimization involving phi temporaries. Also adds much-needed logging of the decision process that goes into the address mode optimization. BUG= none R=jvoung@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=89d7956

Patch Set 1 #

Patch Set 2 : Clean up and better document the test #

Total comments: 8

Patch Set 3 : Code review comments 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -11 lines) Patch
M src/IceDefs.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/IceOperand.cpp View 1 2 1 chunk +8 lines, -1 line 0 comments Download
M src/IceTargetLowering.cpp View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M src/IceTargetLoweringX8632.cpp View 1 2 10 chunks +40 lines, -9 lines 0 comments Download
M src/llvm2ice.cpp View 1 chunk +1 line, -0 lines 0 comments Download
A tests_lit/llvm2ice_tests/addr-opt-multi-def-var.ll View 1 2 1 chunk +66 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Jim Stichnoth
stichnot@chromium.org changed reviewers: + jvoung@chromium.org
6 years, 3 months ago (2014-08-27 04:55:11 UTC) #1
Jim Stichnoth
6 years, 3 months ago (2014-08-27 04:57:19 UTC) #2
jvoung (off chromium)
https://codereview.chromium.org/490333003/diff/20001/src/IceCfgNode.cpp File src/IceCfgNode.cpp (right): https://codereview.chromium.org/490333003/diff/20001/src/IceCfgNode.cpp#newcode170 src/IceCfgNode.cpp:170: Dest->resetDefinition(); This is a way to indicate that the ...
6 years, 3 months ago (2014-08-27 16:21:08 UTC) #3
Jim Stichnoth
https://codereview.chromium.org/490333003/diff/20001/src/IceCfgNode.cpp File src/IceCfgNode.cpp (right): https://codereview.chromium.org/490333003/diff/20001/src/IceCfgNode.cpp#newcode170 src/IceCfgNode.cpp:170: Dest->resetDefinition(); On 2014/08/27 16:21:07, jvoung wrote: > This is ...
6 years, 3 months ago (2014-08-27 20:23:15 UTC) #4
jvoung (off chromium)
LGTM
6 years, 3 months ago (2014-08-27 20:43:21 UTC) #5
Jim Stichnoth
6 years, 3 months ago (2014-08-27 20:50:07 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as 89d7956 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698