On Thu, 21 Mar 2024, Jakub Jelinek wrote:

> On Thu, Mar 21, 2024 at 10:50:04AM +0100, Richard Biener wrote:
> > Fixed and pushed.  I suppose for address-spaces nested within the
> > generic address space we could instrument the address converted to
> > the generic address space value.
> 
> Unlike TLS, we don't know if address-spaces are nested within the generic
> address space and how to map the as address to a generic as address.

In theory there's hooks for this (TARGET_ADDR_SPACE_SUBSET_P) and
ADDR_SPACE_CONVERT_EXPR to do the conversion.  But hardly worth it
I guess.

Richard.

Reply via email to