[PATCH] D134304: [Docs] [HLSL] Add IR reference for HLSL
Xiang Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 20 13:52:26 PDT 2022
python3kgae added inline comments.
================
Comment at: clang/docs/HLSL/HLSLIRReference.rst:20
+
+The ``hlsl.uavs`` metadata is a list of all the global variables that represent
+to UAV resources.
----------------
beanz wrote:
> python3kgae wrote:
> > Maybe only external global variables?
> >
> Do they have to be external? `static RWBuffer<int> Buf` is valid right?
static ones don't need to be in the table.
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