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. Jakub