Re: [Bug tree-optimization/109429] [PATCH v2] ivopts: fixed complexities

2025-01-08 Thread Richard Biener
tio_p)), that's an odd change. > > Could you please elaborate this because I think I don't understand you. > The condition !(ok_with_ratio_p || ok_without_ratio_p) checks whether > base + index [<< scale] is supported or not. It doesn't check whether > base + offs

Re: [Bug tree-optimization/109429] [PATCH v2] ivopts: fixed complexities

2024-12-18 Thread Aleksandar Rakic
ould you please elaborate this because I think I don't understand you. The condition !(ok_with_ratio_p || ok_without_ratio_p) checks whether base + index [<< scale] is supported or not. It doesn't check whether base + offset is supported. For example, the code on the commit a49541

Re: [Bug tree-optimization/109429] [PATCH v2] ivopts: fixed complexities

2024-11-28 Thread Richard Biener
On Wed, Sep 25, 2024 at 5:32 PM Aleksandar Rakic wrote: > > Hi, > > I think I managed to fix indentation from the previous version. > > When comparing the tables showing the candidates for the group 1 before > and after applying this patch, it can be observed that complexities for > the candidates

Re: [Bug tree-optimization/109429] [PATCH v2] ivopts: fixed complexities

2024-11-15 Thread Aleksandar Rakic
Todorovic; Jovan Dmitrovic Subject: Re: [Bug tree-optimization/109429] [PATCH v2] ivopts: fixed complexities A kind remind/ping on the patch. Kind regards, Aleksandar Rakić From: Aleksandar Rakic Sent: Wednesday, September 25, 2024 5:32 PM To: richard.guent

Re: [Bug tree-optimization/109429] [PATCH v2] ivopts: fixed complexities

2024-10-31 Thread Aleksandar Rakic
Todorovic; Jovan Dmitrovic Subject: [Bug tree-optimization/109429] [PATCH v2] ivopts: fixed complexities Hi, I think I managed to fix indentation from the previous version. When comparing the tables showing the candidates for the group 1 before and after applying this patch, it can be observed that

Re: [Bug tree-optimization/109429] [PATCH v2] ivopts: fixed complexities

2024-10-09 Thread Aleksandar Rakic
-optimization/109429] [PATCH v2] ivopts: fixed complexities Hi, I think I managed to fix indentation from the previous version. When comparing the tables showing the candidates for the group 1 before and after applying this patch, it can be observed that complexities for the candidates where the

[Bug tree-optimization/109429] [PATCH v2] ivopts: fixed complexities

2024-09-25 Thread Aleksandar Rakic
Hi, I think I managed to fix indentation from the previous version. When comparing the tables showing the candidates for the group 1 before and after applying this patch, it can be observed that complexities for the candidates where the computation depends on the invariant expressions or the inv