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

Issue 10695103: Track users through phi nodes to eliminate '>>> 0' for more bitops (Closed)

Created:
8 years, 5 months ago by Mads Ager (google)
Modified:
8 years, 5 months ago
Reviewers:
Søren Gjesse, kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Track users through phi nodes to eliminate '>>> 0' for more bitops whose results are only used in other bitops. R=kasperl@google.com,sgjesse@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=9413

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address review comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -8 lines) Patch
M lib/compiler/implementation/ssa/codegen.dart View 1 2 chunks +15 lines, -8 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mads Ager (google)
8 years, 5 months ago (2012-07-05 08:33:17 UTC) #1
kasperl
LGTM. https://chromiumcodereview.appspot.com/10695103/diff/1/lib/compiler/implementation/ssa/codegen.dart File lib/compiler/implementation/ssa/codegen.dart (right): https://chromiumcodereview.appspot.com/10695103/diff/1/lib/compiler/implementation/ssa/codegen.dart#newcode220 lib/compiler/implementation/ssa/codegen.dart:220: bool hasNonBitOpUsers(HInstruction instruction, Set<HPhi> phiSet) { Users -> ...
8 years, 5 months ago (2012-07-05 08:40:22 UTC) #2
Mads Ager (google)
8 years, 5 months ago (2012-07-05 08:42:34 UTC) #3
https://chromiumcodereview.appspot.com/10695103/diff/1/lib/compiler/implement...
File lib/compiler/implementation/ssa/codegen.dart (right):

https://chromiumcodereview.appspot.com/10695103/diff/1/lib/compiler/implement...
lib/compiler/implementation/ssa/codegen.dart:220: bool
hasNonBitOpUsers(HInstruction instruction, Set<HPhi> phiSet) {
On 2012/07/05 08:40:22, kasperl wrote:
> Users -> User?

Done.

Powered by Google App Engine
This is Rietveld 408576698