You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use addrspacecast insteadof bitcast for pointers (#1281)
* use addrspacecast insteadof bitcast for pointers
We used to be bitcating pointers because of typed pointers, which are now gone,
but we are getting address space mismatches. Repurpose bitcast insertion for
address casts. Not sure this is the right approach or whether we should change
the function signature to accept pointers in another address spaces.
* fmt
---------
Co-authored-by: William S. Moses <[email protected]>
0 commit comments