[llvm] [DirectX] Support the CBufferLoadLegacy operation (PR #128699)

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 16:19:49 PST 2025


================
@@ -816,6 +822,19 @@ def CreateHandle : DXILOp<57, createHandle> {
   let attributes = [Attributes<DXIL1_0, [ReadOnly]>];
 }
 
+def CBufferLoadLegacy : DXILOp<59, cbufferLoadLegacy> {
+  let Doc = "reads from a TypedBuffer";
----------------
bogner wrote:

Nice catch. I updated this to use the doc wording from [DXIL.rst](https://github.com/microsoft/DirectXShaderCompiler/blob/main/docs/DXIL.rst#operations-via-external-functions)

https://github.com/llvm/llvm-project/pull/128699


More information about the llvm-commits mailing list