Re: [PATCH] genopinit: Split init_all_optabs [PR113575]

2024-01-26 Thread Richard Biener
On Fri, Jan 26, 2024 at 9:17 AM Robin Dapp wrote: > > Hi, > > init_all_optabs initializes > 1 patterns for riscv targets. This > leads to pathological situations in dataflow analysis (which can occur > with many adjacent stores). > To alleviate this this patch makes genopinit split the

[PATCH] genopinit: Split init_all_optabs [PR113575]

2024-01-26 Thread Robin Dapp
Hi, init_all_optabs initializes > 1 patterns for riscv targets. This leads to pathological situations in dataflow analysis (which can occur with many adjacent stores). To alleviate this this patch makes genopinit split the init_all_optabs function into several init_optabs_xx functions that