DescriptionSubzero: Simplify the icmp i64 lowering.
The original code for 64-bit icmp lowering had separate cases for
eq/ne versus other conditions, mostly because eq/ne need two 32-bit
comparisons while the others need three. However, with small changes,
we can handle everything uniformly, simplifying the code.
This gets thoroughly tested by the test_icmp cross test.
BUG= https://code.google.com/p/nativeclient/issues/detail?id=4162
R=jvoung@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=90db6ae07e53badfc9318c219d4d17cd8961e68d
Patch Set 1 #
Total comments: 2
Messages
Total messages: 4 (1 generated)
|