DescriptionSubzero: x86-64: Allow immediates in 64-bit instructions.
The original code legalized *all* i64 constants into a register move, creating unnecessary instructions and slightly higher register pressure in most cases.
Generally, immediates can be used in 64-bit instructions as long as the immediate can be represented as a sign-extended 32-bit value.
BUG= none
R=jpp@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=9c2c093f37106ab952a439fa098d862101bb5854
Patch Set 1 #Patch Set 2 : Fix assert. #
Messages
Total messages: 6 (3 generated)
|