Re: Re: [PATCH] GCSE: Export add_label_notes as global function

2023-07-10 Thread juzhe.zh...@rivai.ai
; From: Richard Biener > Date: 2023-07-10 15:25 > To: Ju-Zhe Zhong > CC: gcc-patches; jeffreyalaw > Subject: Re: [PATCH] GCSE: Export add_label_notes as global function > On Mon, 10 Jul 2023, juzhe.zh...@rivai.ai wrote: > > > From: Ju-Zhe Zhong > > > > Since

Re: Re: [PATCH] GCSE: Export add_label_notes as global function

2023-07-10 Thread Richard Biener via Gcc-patches
> To: Ju-Zhe Zhong > CC: gcc-patches; jeffreyalaw > Subject: Re: [PATCH] GCSE: Export add_label_notes as global function > On Mon, 10 Jul 2023, juzhe.zh...@rivai.ai wrote: > > > From: Ju-Zhe Zhong > > > > Since 'add_lable_notes' is a generic helper fu

Re: Re: [PATCH] GCSE: Export add_label_notes as global function

2023-07-10 Thread juzhe.zh...@rivai.ai
Sorry, I forget to add the patch: https://gcc.gnu.org/pipermail/gcc-patches/2023-July/623960.html juzhe.zh...@rivai.ai From: juzhe.zh...@rivai.ai Date: 2023-07-10 15:58 To: rguenther CC: gcc-patches; jeffreyalaw Subject: Re: Re: [PATCH] GCSE: Export add_label_notes as global function Hi

Re: Re: [PATCH] GCSE: Export add_label_notes as global function

2023-07-10 Thread juzhe.zh...@rivai.ai
ng CC: gcc-patches; jeffreyalaw Subject: Re: [PATCH] GCSE: Export add_label_notes as global function On Mon, 10 Jul 2023, juzhe.zh...@rivai.ai wrote: > From: Ju-Zhe Zhong > > Since 'add_lable_notes' is a generic helper function which is used by > riscv-vsetvl.cc > in RISC

Re: [PATCH] GCSE: Export add_label_notes as global function

2023-07-10 Thread Richard Biener via Gcc-patches
On Mon, 10 Jul 2023, juzhe.zh...@rivai.ai wrote: > From: Ju-Zhe Zhong > > Since 'add_lable_notes' is a generic helper function which is used by > riscv-vsetvl.cc > in RISC-V port backend. And it's also will be used by riscv.cc too by the > following patches. > Export it as global helper functi