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
In order to generate correct dxil for cbuffers, we'll need to walk through the hlsl.cbufs metadata and replace memory accesses to those globals with accesses via cbufferLoad.
This no longer really makes sense as is. We'll use target extension types and intrinsics to represent cbuffer loads throughout the pipeline. See llvm/wg-hlsl#50 for details.
In order to generate correct dxil for cbuffers, we'll need to walk through the hlsl.cbufs metadata and replace memory accesses to those globals with accesses via cbufferLoad.
See https://reviews.llvm.org/D131370 for one approach to this.
The text was updated successfully, but these errors were encountered: