[llvm] [DirectX] Update "dx.TypedBuffer" docs to include a "signed" bit (PR #100695)

Damyan Pepper via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 26 09:42:18 PDT 2024


================
@@ -128,6 +129,8 @@ There are a few fields to describe variants of all of these types:
        writeable) and UAVs (writeable).
    * - IsROV
      - Whether the UAV is a rasterizer ordered view. Always ``0`` for SRVs.
+   * - IsSigned
+     - Whether the element type is signed ("dx.TypedBuffer" only)
----------------
damyanp wrote:

What would it mean to have an unsigned float?  I don't quite understand how this isn't inferable from the element type.  Wonder if some more explanation in this doc might be warranted?

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


More information about the llvm-commits mailing list