[all-commits] [llvm/llvm-project] d20f9f: [Docs] [HLSL] Add IR reference for HLSL
Chris B via All-commits
all-commits at lists.llvm.org
Fri Sep 23 08:30:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d20f9f8d2177cd02184bb2c2794af398ba355f61
https://github.com/llvm/llvm-project/commit/d20f9f8d2177cd02184bb2c2794af398ba355f61
Author: Chris Bieneman <chris.bieneman at me.com>
Date: 2022-09-23 (Fri, 23 Sep 2022)
Changed paths:
M clang/docs/HLSL/HLSLDocs.rst
A clang/docs/HLSL/HLSLIRReference.rst
Log Message:
-----------
[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
More information about the All-commits
mailing list