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

2021-06-04 Thread HAO CHEN GUI via Gcc-patches
Segher,    I committed two patches (r12-1201 and r12-1202) into trunk. Thanks for your review and advice. On 4/6/2021 上午 1:36, Segher Boessenkool wrote: Hi! On Thu, May 20, 2021 at 05:49:49PM +0800, HAO CHEN GUI wrote: rs6000 has instructions that can do almost everything 32 bit

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

2021-06-03 Thread Segher Boessenkool
Hi! On Thu, May 20, 2021 at 05:49:49PM +0800, HAO CHEN GUI wrote: > rs6000 has instructions that can do almost everything 32 bit > at least as efficiently as corresponding 64 bit things. The > mode promotion can be defered to when a wide mode is necessary. > So it helps a l

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

2021-06-02 Thread HAO CHEN GUI via Gcc-patches
Hi,   Gentle ping this:   https://gcc.gnu.org/pipermail/gcc-patches/2021-May/570854.html Thanks. On 20/5/2021 下午 5:49, HAO CHEN GUI wrote: Hi,    The patch removes mode promotion for pseudos on rs6000 target.    The attachments are the patch diff and change log file.     Bootstrapped and t

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

2021-05-20 Thread HAO CHEN GUI via Gcc-patches
Hi,    The patch removes mode promotion for pseudos on rs6000 target.    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 recommendations? Thank