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

Issue 2756543003: Lower shift-left when count is masked into valid range. (Closed)

Created:
3 years, 9 months ago by sra1
Modified:
3 years, 9 months ago
Reviewers:
Emily Fortuna
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Lower shift-left when count is masked into valid range. This pattern, e.g. (1 << (a & 15)), occurs in Uri parsing. R=efortuna@google.com Committed: https://github.com/dart-lang/sdk/commit/4a8ed3c260dc9e4c35703d21e2e66d4b99f5f5f0

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -5 lines) Patch
M pkg/compiler/lib/src/ssa/invoke_dynamic_specializers.dart View 1 chunk +17 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
sra1
3 years, 9 months ago (2017-03-16 00:40:46 UTC) #2
Emily Fortuna
lgtm
3 years, 9 months ago (2017-03-16 01:00:34 UTC) #3
sra1
3 years, 9 months ago (2017-03-16 01:52:39 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
4a8ed3c260dc9e4c35703d21e2e66d4b99f5f5f0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698