Re: [PATCH 1/2, rs6000] Remove mode promotion for pseudos

2021-05-20 Thread Segher Boessenkool
[ Please send attachments as plain text, not as base64 ] On Thu, May 20, 2021 at 05:49:50PM +0800, HAO CHEN GUI wrote: > * config/rs6000/rs6000-call.c (rs6000_promote_function_mode): > Replace PROMOTE_MODE marco with its content. > diff --git a/gcc/config/rs6000/rs6000-call.c b/gcc/co

[PATCH 1/2, rs6000] Remove mode promotion for pseudos

2021-05-20 Thread HAO CHEN GUI via Gcc-patches
Hi,    The patch is preparatory for the patch2 - remove mode promotion for pseudos.    The attachments are the patch diff and change log file.     Bootstrapped and tested on powerpc64le-linux and powerpc64-linux (with both m32 and m64) with no regressions. Is this okay for trunk? Any recomm