Re: [PATCH] Add stmt context in simplify_using_ranges.

2021-06-30 Thread Andrew MacLeod via Gcc-patches
On 6/30/21 2:20 AM, Aldy Hernandez wrote: On 6/29/21 9:09 PM, Andrew MacLeod wrote: We added context to a lot of simplify_using_ranges, but we didn't catch all the places. This provides the originating stmt to the missing cases which resolve a few EVRP testcases when running in ranger-only m

Re: [PATCH] Add stmt context in simplify_using_ranges.

2021-06-29 Thread Aldy Hernandez via Gcc-patches
On 6/29/21 9:09 PM, Andrew MacLeod wrote: We added context to a lot of simplify_using_ranges, but we didn't catch all the places.   This provides the originating stmt to the missing cases which resolve a few EVRP testcases when running in ranger-only mode. Bootstraps on x86_64-pc-linux-gnu

[PATCH] Add stmt context in simplify_using_ranges.

2021-06-29 Thread Andrew MacLeod via Gcc-patches
We added context to a lot of simplify_using_ranges, but we didn't catch all the places.   This provides the originating stmt to the missing cases which resolve a few EVRP testcases when running in ranger-only mode. Bootstraps on x86_64-pc-linux-gnu with no regressions.  Pushed. Andrew >From