[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:47:34 PDT 2022


beanz 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.
----------------
python3kgae wrote:
> Maybe only external global variables?
> 
Do they have to be external? `static RWBuffer<int> Buf` is valid right?


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