We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdedca0 commit a122bb3Copy full SHA for a122bb3
llvm/lib/Target/DirectX/DXIL.td
@@ -823,7 +823,7 @@ def CreateHandle : DXILOp<57, createHandle> {
823
}
824
825
def CBufferLoadLegacy : DXILOp<59, cbufferLoadLegacy> {
826
- let Doc = "reads from a TypedBuffer";
+ let Doc = "loads a value from a constant buffer resource";
827
// Handle, Index
828
let arguments = [HandleTy, Int32Ty];
829
let result = OverloadTy;
0 commit comments