[llvm-branch-commits] [llvm] [docs] Finish MyST migration for PDB, DirectX, and GlobalISel docs (PR #217159)
Justin Bogner via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Aug 20 11:59:43 PDT 2026
================
@@ -133,40 +134,33 @@ There are a few fields to describe variants of all of these types:
- Whether the UAV is a rasterizer ordered view. Always ``0`` for SRVs.
* - IsSigned
- Whether an int element type is signed ("dx.TypedBuffer" only)
+```
-.. _bufferLoad: https://github.com/microsoft/DirectXShaderCompiler/blob/main/docs/DXIL.rst#bufferload
-.. _bufferStore: https://github.com/microsoft/DirectXShaderCompiler/blob/main/docs/DXIL.rst#bufferstore
-.. _rawBufferLoad: https://github.com/microsoft/DirectXShaderCompiler/blob/main/docs/DXIL.rst#rawbufferload
-.. _rawBufferStore: https://github.com/microsoft/DirectXShaderCompiler/blob/main/docs/DXIL.rst#rawbufferstore
----------------
bogner wrote:
It bothers me a bit that it moved all of the out-of-line links to the very end of the doc instead of keeping them in the sections where they're relevant. Keeping them here is better for both the usability of the document and for the diff.
https://github.com/llvm/llvm-project/pull/217159
More information about the llvm-branch-commits
mailing list