Re: [PATCH] Reduce multiple_of_p uses

2022-01-31 Thread Richard Biener via Gcc-patches
On Fri, 28 Jan 2022, Jeff Law wrote: > > > On 1/24/2022 7:45 AM, Richard Biener via Gcc-patches wrote: > > There are a few cases where we know we're dealing with (poly-)integer > > constants, so remove the use of multiple_of_p in those cases to make > > the PR100499 fix less impactful. > > > > B

Re: [PATCH] Reduce multiple_of_p uses

2022-01-28 Thread Jeff Law via Gcc-patches
On 1/24/2022 7:45 AM, Richard Biener via Gcc-patches wrote: There are a few cases where we know we're dealing with (poly-)integer constants, so remove the use of multiple_of_p in those cases to make the PR100499 fix less impactful. Bootstrapped and tested on x86_64-unknown-linux-gnu. OK? Th

[PATCH] Reduce multiple_of_p uses

2022-01-24 Thread Richard Biener via Gcc-patches
There are a few cases where we know we're dealing with (poly-)integer constants, so remove the use of multiple_of_p in those cases to make the PR100499 fix less impactful. Bootstrapped and tested on x86_64-unknown-linux-gnu. OK? Thanks, Richard. 2022-01-24 Richard Biener PR tree-opt