Re: [PATCH 0/2] resolve confilct between zcmp multi push/pop and shrink-wrap-separate

2023-09-11 Thread Kito Cheng via Gcc-patches
Pushed to trunk, thanks :) On Wed, Sep 6, 2023 at 5:41 PM Fei Gao wrote: > > Enable muti push and pop for Zcmp when shrink-wrap-separate is ineffective. > > Fei Gao (2): > allow targets to check shrink-wrap-separate enabled or not > [V2][RISC-V] enable muti push and pop for Zcmp when shrink-w

[PATCH 0/2] resolve confilct between zcmp multi push/pop and shrink-wrap-separate

2023-09-06 Thread Fei Gao
Enable muti push and pop for Zcmp when shrink-wrap-separate is ineffective. Fei Gao (2): allow targets to check shrink-wrap-separate enabled or not [V2][RISC-V] enable muti push and pop for Zcmp when shrink-wrap-separate is ineffective gcc/config/riscv/riscv.cc | 21

[PATCH 0/2] resolve confilct between zcmp multi push/pop and shrink-wrap-separate

2023-08-30 Thread Fei Gao
Enalble zcmp for -Os and shrink-warp-separate for the speed perfered optimization by default. Fei Gao (2): allow targets to check shrink-wrap-separate enabled or not [RISC-V] Enalble zcmp for -Os gcc/config/riscv/riscv.cc | 21 - gcc/shrink-wrap.cc