[llvm-branch-commits] [DirectX] Lower `@llvm.dx.typedBufferStore` to DXIL ops (PR #104253)
Farzon Lotfi via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Sep 9 16:05:55 PDT 2024
================
@@ -361,11 +361,60 @@ Examples:
- ``i32``
- Index into the buffer
+Texture and Typed Buffer Stores
+-------------------------------
+
+*relevant types: Textures and TypedBuffer*
+
+The `TextureStore`_ and `BufferStore`_ DXIL operations can only be used to
----------------
farzonl wrote:
```suggestion
The `TextureStore`_ and `BufferStore`_ DXIL operations are only allowed to
```
https://github.com/llvm/llvm-project/pull/104253
More information about the llvm-branch-commits
mailing list