Re: [wide-int] Postreload LOAD_EXTEND_OP handling

2013-11-09 Thread Kenneth Zadeck
On 11/09/2013 05:58 AM, Richard Sandiford wrote: LOAD_EXTEND_OP is about extending a subword value to a word. The final wide_int should therefore be word_mode rather than GET_MODE (src). Tested on powerpc64-linux-gnu and by rerunning the assembly comparison. OK to install? Thanks, Richard In

[wide-int] Postreload LOAD_EXTEND_OP handling

2013-11-09 Thread Richard Sandiford
LOAD_EXTEND_OP is about extending a subword value to a word. The final wide_int should therefore be word_mode rather than GET_MODE (src). Tested on powerpc64-linux-gnu and by rerunning the assembly comparison. OK to install? Thanks, Richard Index: gcc/postreload.c =