Re: Mark constant-sized objects as addressable if they have poly-int accesses

2019-12-03 Thread Richard Biener
On Mon, Dec 2, 2019 at 5:30 PM Richard Sandiford wrote: > > [finally getting back to this] > > Richard Biener writes: > > On Fri, Nov 8, 2019 at 10:40 AM Richard Sandiford > > wrote: > >> > >> If SVE code is written for a specific vector length, it might load from > >> or store to fixed-sized ob

Re: Mark constant-sized objects as addressable if they have poly-int accesses

2019-12-02 Thread Richard Sandiford
[finally getting back to this] Richard Biener writes: > On Fri, Nov 8, 2019 at 10:40 AM Richard Sandiford > wrote: >> >> If SVE code is written for a specific vector length, it might load from >> or store to fixed-sized objects. This needs to work even without >> -msve-vector-bits=N (which shou

Re: Mark constant-sized objects as addressable if they have poly-int accesses

2019-11-08 Thread Richard Biener
On Fri, Nov 8, 2019 at 10:40 AM Richard Sandiford wrote: > > If SVE code is written for a specific vector length, it might load from > or store to fixed-sized objects. This needs to work even without > -msve-vector-bits=N (which should never be needed for correctness). > > There's no way of handl