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
Codegen for constant buffers generates llvm.dx.resource.getpointer and getelementptr intrinsics to access the constant values. DXILResourceAccess pass needs to translate these to llvm.dx.resource.load.cbuffer intrinsic calls.