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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits