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

Issue 483263003: ARM64: Remove ToOperand32I and ToOperand32U. (Closed)

Created:
6 years, 4 months ago by jbramley
Modified:
6 years, 4 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

ARM64: Remove ToOperand32I and ToOperand32U. These were front-ends to ToOperand32, to specify sign-extension. However, since r22148, bits 63-32 are ignored for 32-bit operations anyway, so there's no need for the caller to be explicit. BUG= R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23199

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -55 lines) Patch
M src/arm64/lithium-codegen-arm64.h View 2 chunks +3 lines, -19 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 11 chunks +17 lines, -36 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 4 months ago (2014-08-19 13:12:41 UTC) #1
ulan
lgtm
6 years, 4 months ago (2014-08-19 13:17:45 UTC) #2
jbramley
6 years, 4 months ago (2014-08-19 13:32:36 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as 23199 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698