Re: [PATCH GCC][2/6]Compute available register for each register classes

2018-05-18 Thread Bin.Cheng
On Fri, May 4, 2018 at 5:21 PM, Bin Cheng wrote: > Hi, > This is the second patch computing available/clobber registers for register > classes. > It's the same as the original patch posted > @https://gcc.gnu.org/ml/gcc-patches/2017-05/msg01022.html > > Bootstrap and test on x86_64 and AArch64 on

[PATCH GCC][2/6]Compute available register for each register classes

2018-05-04 Thread Bin Cheng
Hi, This is the second patch computing available/clobber registers for register classes. It's the same as the original patch posted @https://gcc.gnu.org/ml/gcc-patches/2017-05/msg01022.html Bootstrap and test on x86_64 and AArch64 ongoing. Any comments? Thanks, bin 2017-04-27 Bin Cheng

Re: [PATCH GCC][2/6]Compute available register for each register classes

2017-06-23 Thread Jeff Law
On 05/12/2017 05:27 AM, Bin Cheng wrote: > Hi, > Currently available/clobber registers are computed only for GENERAL_REGS, this > patch extends it for all reg pressure classes. It also updates existing uses > in various places. > > Bootstrap and test on x86_64 and AArch64. Is it OK? > > Thanks,

[PATCH GCC][2/6]Compute available register for each register classes

2017-05-12 Thread Bin Cheng
Hi, Currently available/clobber registers are computed only for GENERAL_REGS, this patch extends it for all reg pressure classes. It also updates existing uses in various places. Bootstrap and test on x86_64 and AArch64. Is it OK? Thanks, bin 2017-05-10 Bin Cheng * cfgloop.h (struct