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

Issue 589383003: X87: Removed superfluous deopt for ROR on ia32. (Closed)

Created:
6 years, 3 months ago by chunyang.dai
Modified:
6 years, 3 months ago
Reviewers:
Weiliang, Sven Panne
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/external/v8.git@bleeding_edge
Project:
v8
Visibility:
Public.

Description

X87: Removed superfluous deopt for ROR on ia32. port r24133. On X87 this check should be unnecessary too. original commit message: Removed superfluous deopt for ROR on ia32. We only synthesize a ROR when we have an expression with a toplevel '|', which returns a signed value by definition, so deopting on negative values is not needed. ia32 was the only platform where this was done, all other didn't have the check. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -4 lines) Patch
M src/x87/lithium-codegen-x87.cc View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
chunyang.dai
weiliang & Sven. PTAL. thanks.
6 years, 3 months ago (2014-09-24 02:15:12 UTC) #3
Weiliang
lgtm
6 years, 3 months ago (2014-09-24 02:36:36 UTC) #4
Weiliang
6 years, 3 months ago (2014-09-24 02:38:25 UTC) #5
Committed as r24160

Powered by Google App Engine
This is Rietveld 408576698