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
The frontend will generate accesses into resources via a llvm.dx.resource.access intrinsic that indexes into a resource handle and provides a pointer in the HLSL device address space. We need to have a pass that transforms these accesses post-inlining to dxil store and load intrinsics.
This issue tracks creating this pass and implementing handling for replacing these accesses with llvm.dx.typedbuffer.load and llvm.dx.typedbuffer.store. Handling for more complicated access patterns (ie llvm.dx.rawbuffer.*) will be tracked separately.