Re: [PATCH 1/6] rtl-ssa: Rework _ignoring interfaces

2024-06-21 Thread Jeff Law
On 6/20/24 7:34 AM, Richard Sandiford wrote: rtl-ssa has routines for scanning forwards or backwards for something under the control of an exclusion set. These searches are currently used for two main things: - to work out where an instruction can be moved within its EBB - to work out whethe

Re: [PATCH 1/6] rtl-ssa: Rework _ignoring interfaces

2024-06-21 Thread Richard Sandiford
Alex Coplan writes: > Hi Richard, > > I had a quick look through the patch and noticed a couple of minor typos. > Otherwise looks like a nice cleanup! Thanks for the review! I've fixed the typos in my local copy. Richard > On 20/06/2024 14:34, Richard Sandiford wrote: >> rtl-ssa has routines f

Re: [PATCH 1/6] rtl-ssa: Rework _ignoring interfaces

2024-06-20 Thread Alex Coplan
Hi Richard, I had a quick look through the patch and noticed a couple of minor typos. Otherwise looks like a nice cleanup! On 20/06/2024 14:34, Richard Sandiford wrote: > rtl-ssa has routines for scanning forwards or backwards for something > under the control of an exclusion set. These searches