diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-10-28 21:56:49 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-10-28 21:56:49 +0000 |
commit | aa72a6ad6f807e16c767985061c2a1024328a21d (patch) | |
tree | cfc69cfb9fc65cae7b78ad851b7d23f90ec327fb /usr.bin/uuencode/uuencode.c | |
parent | 9d801b5d621d54fada7ae88e5b7e22d657b46dfd (diff) |
Remove extendsidi2 expansion for now. It works, but since it only fills
the two SImode subregs of the DImode destination operand, this confuses
the register life analysis and causes gcc to emit wrong warning about
values not being initialized.
Unfortunately, the fallback logic infers a worse sequence (mov + cmp against
zero + ext of the cmp signedness bit, instead of mov + ext of the sign bit),
which wastes an instruction and a register.
This is hopefully a temporary measure until a nonconfusing flavour of the
fast expansion is devised (preferrably one which does not expose the
optimize_reg_copy_3 big-endian bug as well).
Diffstat (limited to 'usr.bin/uuencode/uuencode.c')
0 files changed, 0 insertions, 0 deletions