Re: [Dwarf-discuss] ISSUE: CPU vector types.

2023-03-30 Thread Pedro Alves via Dwarf-discuss
On 2023-03-29 8:55 p.m., Ben Woodard via Dwarf-discuss wrote: > > On 3/28/23 13:17, David Blaikie wrote: ... >> What DWARF should be used to describe the type of 'a'? And how does >> this encoding scale to all the other similar intrinsic types? >> > As a person who has spent a crazy amount of time

Re: [Dwarf-discuss] ISSUE: CPU vector types.

2023-03-30 Thread Pedro Alves via Dwarf-discuss
On 2023-03-30 9:26 p.m., Pedro Alves wrote: > So teaching DWARF to specify the location of the return value is actually > orthogonal > here -- we need to be able to distinguish regular C array from vector arrays > for > other reasons too, specifically, the types are different at the language > l

Re: [Dwarf-discuss] ISSUE: CPU vector types.

2023-03-30 Thread Ben Woodard via Dwarf-discuss
-ben > On Mar 30, 2023, at 1:27 PM, Pedro Alves wrote: > > On 2023-03-29 8:55 p.m., Ben Woodard via Dwarf-discuss wrote: >> >> On 3/28/23 13:17, David Blaikie wrote: > ... >>> What DWARF should be used to describe the type of 'a'? And how does >>> this encoding scale to all the other similar