DescriptionSubzero, MIPS32: UnimplementedError removed from most common crashers
UnimplementedError is removed from three functions because it causes
crashes in almost every test from tests_lit/llvm2ice_tests.
emitVariable appears as correct, UnimplementedError may be there by mistake.
lowerConstants is unimplemented, but its obvious without UnimeplementedError.
lowerJumpTables is unimplemented, but its obvious without UnimeplementedError.
We comment these three anyway while changing and testing, so removing them will
not affect final results anyway.
R=stichnot@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=2e08a06fc552f02e70f473510e192ce378c3bffe
Patch Set 1 #
Total comments: 1
Messages
Total messages: 6 (3 generated)
|