[PATCH] D134304: [Docs] [HLSL] Add IR reference for HLSL
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 20 13:35:39 PDT 2022
beanz added inline comments.
================
Comment at: clang/docs/HLSL/HLSLIRReference.rst:12
+The goal of this document is to provide a reference for all the special purpose
+IR metadata and attributes used by the HLSL code generation path.
+
----------------
python3kgae wrote:
> Once we document a metadata attribute, is it OK to update the format later?
Absolutely, none of this is a binding ABI, this document is just intended to be a reference.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134304/new/
https://reviews.llvm.org/D134304
More information about the cfe-commits
mailing list