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

Issue 1215443002: Fixes bug on conditional branch where the targets are the same. (Closed)

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

Fixes bug on conditional branch where the targets are the same. Fixes constructor InstBr when it is a conditional branch, and the true and false branches are the same. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4212 R=jpp@chromium.org, stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=c070d6f7b9e8d2db74a953bb76de03164a0a5f55

Patch Set 1 #

Total comments: 11

Patch Set 2 : Clean up test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -4 lines) Patch
M src/IceInst.cpp View 1 1 chunk +4 lines, -4 lines 0 comments Download
A tests_lit/llvm2ice_tests/cond-br-same-target.ll View 1 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Karl
5 years, 6 months ago (2015-06-25 20:33:44 UTC) #2
John
lgtm oh, the beauty of LLVM coding style... https://codereview.chromium.org/1215443002/diff/1/src/IceInst.cpp File src/IceInst.cpp (right): https://codereview.chromium.org/1215443002/diff/1/src/IceInst.cpp#newcode275 src/IceInst.cpp:275: TargetTrue(TargetTrue_) ...
5 years, 6 months ago (2015-06-25 21:15:35 UTC) #3
Jim Stichnoth
https://codereview.chromium.org/1215443002/diff/1/src/IceInst.cpp File src/IceInst.cpp (right): https://codereview.chromium.org/1215443002/diff/1/src/IceInst.cpp#newcode275 src/IceInst.cpp:275: TargetTrue(TargetTrue_) { On 2015/06/25 21:15:35, John wrote: > the ...
5 years, 6 months ago (2015-06-25 21:26:30 UTC) #4
Karl
https://codereview.chromium.org/1215443002/diff/1/src/IceInst.cpp File src/IceInst.cpp (right): https://codereview.chromium.org/1215443002/diff/1/src/IceInst.cpp#newcode275 src/IceInst.cpp:275: TargetTrue(TargetTrue_) { On 2015/06/25 21:26:29, stichnot wrote: > On ...
5 years, 6 months ago (2015-06-25 22:33:42 UTC) #5
Jim Stichnoth
lgtm
5 years, 6 months ago (2015-06-26 00:52:04 UTC) #6
Karl
5 years, 6 months ago (2015-06-26 17:25:37 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
c070d6f7b9e8d2db74a953bb76de03164a0a5f55 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698