Re: [PATCH V1] Common infrastructure for load-store fusion for aarch64 and rs6000 target

2024-02-14 Thread Ajit Agarwal
Hello Richard: On 15/02/24 1:14 am, Richard Sandiford wrote: > Ajit Agarwal writes: >> On 14/02/24 10:56 pm, Richard Sandiford wrote: >>> Ajit Agarwal writes: >> diff --git a/gcc/df-problems.cc b/gcc/df-problems.cc >> index 88ee0dd67fc..a8d0ee7c4db 100644 >> --- a/gcc/df-problems.cc

Re: [PATCH V1] Common infrastructure for load-store fusion for aarch64 and rs6000 target

2024-02-14 Thread Richard Sandiford
Ajit Agarwal writes: > On 14/02/24 10:56 pm, Richard Sandiford wrote: >> Ajit Agarwal writes: > diff --git a/gcc/df-problems.cc b/gcc/df-problems.cc > index 88ee0dd67fc..a8d0ee7c4db 100644 > --- a/gcc/df-problems.cc > +++ b/gcc/df-problems.cc > @@ -3360,7 +3360,7 @@ df_set_unu

Re: [PATCH V1] Common infrastructure for load-store fusion for aarch64 and rs6000 target

2024-02-14 Thread Ajit Agarwal
On 14/02/24 10:56 pm, Richard Sandiford wrote: > Ajit Agarwal writes: diff --git a/gcc/df-problems.cc b/gcc/df-problems.cc index 88ee0dd67fc..a8d0ee7c4db 100644 --- a/gcc/df-problems.cc +++ b/gcc/df-problems.cc @@ -3360,7 +3360,7 @@ df_set_unused_notes_for_mw (rtx_insn

Re: [PATCH V1] Common infrastructure for load-store fusion for aarch64 and rs6000 target

2024-02-14 Thread Ajit Agarwal
Hello Sam: On 14/02/24 10:50 pm, Sam James wrote: > > Ajit Agarwal writes: > >> Hello Richard: >> >> >> On 14/02/24 4:03 pm, Richard Sandiford wrote: >>> Hi, >>> >>> Thanks for working on this. >>> >>> You posted a version of this patch on Sunday too. If you need to repost >>> to fix bugs or m

Re: [PATCH V1] Common infrastructure for load-store fusion for aarch64 and rs6000 target

2024-02-14 Thread Richard Sandiford
Ajit Agarwal writes: >>> diff --git a/gcc/df-problems.cc b/gcc/df-problems.cc >>> index 88ee0dd67fc..a8d0ee7c4db 100644 >>> --- a/gcc/df-problems.cc >>> +++ b/gcc/df-problems.cc >>> @@ -3360,7 +3360,7 @@ df_set_unused_notes_for_mw (rtx_insn *insn, struct >>> df_mw_hardreg *mws, >>>if (df_whol

Re: [PATCH V1] Common infrastructure for load-store fusion for aarch64 and rs6000 target

2024-02-14 Thread Sam James
Ajit Agarwal writes: > Hello Richard: > > > On 14/02/24 4:03 pm, Richard Sandiford wrote: >> Hi, >> >> Thanks for working on this. >> >> You posted a version of this patch on Sunday too. If you need to repost >> to fix bugs or make other improvements, could you describe the changes >> that y

Re: [PATCH V1] Common infrastructure for load-store fusion for aarch64 and rs6000 target

2024-02-14 Thread Ajit Agarwal
On 14/02/24 7:22 pm, Ajit Agarwal wrote: > Hello Richard: > > > On 14/02/24 4:03 pm, Richard Sandiford wrote: >> Hi, >> >> Thanks for working on this. >> >> You posted a version of this patch on Sunday too. If you need to repost >> to fix bugs or make other improvements, could you describe th

Re: [PATCH V1] Common infrastructure for load-store fusion for aarch64 and rs6000 target

2024-02-14 Thread Ajit Agarwal
Hello Richard: On 14/02/24 4:03 pm, Richard Sandiford wrote: > Hi, > > Thanks for working on this. > > You posted a version of this patch on Sunday too. If you need to repost > to fix bugs or make other improvements, could you describe the changes > that you've made since the previous version?

Re: [PATCH V1] Common infrastructure for load-store fusion for aarch64 and rs6000 target

2024-02-14 Thread Richard Sandiford
Hi, Thanks for working on this. You posted a version of this patch on Sunday too. If you need to repost to fix bugs or make other improvements, could you describe the changes that you've made since the previous version? It makes things easier to follow. Also, sorry for starting with a meta dis