[Docs] [HLSL] Add IR reference for HLSL
authorChris Bieneman <chris.bieneman@me.com>
Fri, 23 Sep 2022 14:59:21 +0000 (09:59 -0500)
committerChris Bieneman <chris.bieneman@me.com>
Fri, 23 Sep 2022 15:29:54 +0000 (10:29 -0500)
commitd20f9f8d2177cd02184bb2c2794af398ba355f61
tree05fbd7928a6f9c76b6f6facaec7d6a91cd726d9d
parentbd1d1701649c3d26e5b7ea788bb67f58f0779f47
[Docs] [HLSL] Add IR reference for HLSL

HLSL uses a variety of named IR metadata and attributes to convey
additional information from the frontend to the backend. This document
tries to capture and document the named annotations to provide a
reference for future contributors.

Reviewed By: python3kgae

Differential Revision: https://reviews.llvm.org/D134304
clang/docs/HLSL/HLSLDocs.rst
clang/docs/HLSL/HLSLIRReference.rst [new file with mode: 0644]