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

Issue 339933004: Change some tests to be valid PNaCl IR (parameter type from i1 -> i32). (Closed)

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

Description

Change some tests to be valid PNaCl IR (parameter type from i1 -> i32). Change the i1 zeroext parameter to an explicit zext and i32. Add an assert in lowerCall that the type is at least 32-bits. I ended up putting the assert in lowerCall instead of InstX8632Push, since technically there are quite a few modes that push allows: 16-bit reg/mem (just not 8-bit reg/mem) and 8/16/32 bit constants. BUG=none R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=bdbe402

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -5 lines) Patch
M src/IceTargetLoweringX8632.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M tests_lit/llvm2ice_tests/bool-opt.ll View 1 chunk +3 lines, -2 lines 0 comments Download
M tests_lit/llvm2ice_tests/cmp-opt.ll View 1 chunk +5 lines, -3 lines 0 comments Download
M tests_lit/llvm2ice_tests/fp.pnacl.ll View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jvoung (off chromium)
6 years, 6 months ago (2014-06-17 19:48:52 UTC) #1
Jim Stichnoth
lgtm
6 years, 6 months ago (2014-06-17 23:38:52 UTC) #2
jvoung (off chromium)
6 years, 6 months ago (2014-06-18 00:12:33 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as rbdbe402 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698