Chromium Code Reviews
DescriptionSubzero: Crosstest test_arith properly tests i8/i16.
The problem is that because of C++ integral promotion rules, many of the i8 and i16 arithmetic tests were actually being performed as i32 operations. Thus we weren't actually testing everything we meant to test.
The fix is to have a python script auto-generate the relevant tests with proper typing.
BUG= none
R=eholk@chromium.org, jpp@chromium.org, kschimpf@google.com
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=7dbe802225fc1ad5fa191a20ea8b0de7c5bafef6
Patch Set 1 #Patch Set 2 : Revert i1 checks, which are already performed by PNaClTranslator #
Total comments: 1
Patch Set 3 : Use a python script to auto-generate .ll tests #
Messages
Total messages: 10 (4 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||