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

Issue 402253002: Use lowerCast instead of inlined _movzx, to get legalization, for memset. (Closed)

Created:
6 years, 5 months ago by jvoung (off chromium)
Modified:
6 years, 5 months ago
Reviewers:
Jim Stichnoth
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Visibility:
Public.

Description

Use lowerCast instead of inlined _movzx, to get legalization, for memset. Otherwise, there can be a movzx reg, 0, which is illegal, when the memset value is constant 0. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3882 R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=957c50d

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -4 lines) Patch
M src/IceTargetLoweringX8632.cpp View 3 chunks +6 lines, -4 lines 0 comments Download
M tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll View 2 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jvoung (off chromium)
6 years, 5 months ago (2014-07-21 20:42:55 UTC) #1
jvoung (off chromium)
(Or I could inline the legalization too)
6 years, 5 months ago (2014-07-21 20:44:25 UTC) #2
Jim Stichnoth
lgtm
6 years, 5 months ago (2014-07-21 20:46:48 UTC) #3
jvoung (off chromium)
6 years, 5 months ago (2014-07-21 21:05:35 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r957c50d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698