On 06/10/14 01:42, Ilya Enkovich wrote:
Hi,
This patch fixes PR61446. The problem appears when we insert value copies
after transformations. We use the widest extension mode met in a chain, but it
may be wider than original destination register size. This patch checks it and
use smaller mode if required.
Bootstrapped and tested on linux-x86_64.
Does it look OK?
Thanks,
Ilya
--
2014-06-09 Ilya Enkovich <ilya.enkov...@intel.com>
PR 61446
* ree.c (find_and_remove_re): Narrow mode for register copy
if required.
That seems wrong. Something should have rejected this earlier. Let me
take a looksie.
jeff