[llvm-branch-commits] [clang] [HLSL] Global resource arrays element access (PR #152454)

Joshua Batista via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Aug 8 17:55:38 PDT 2025


================
@@ -701,3 +808,95 @@ void CGHLSLRuntime::emitInitListOpaqueValues(CodeGenFunction &CGF,
     }
   }
 }
+
+std::optional<LValue> CGHLSLRuntime::emitResourceArraySubscriptExpr(
----------------
bob80905 wrote:

Could this function be better named? I don't think it emits a resource array subscript expr?

https://github.com/llvm/llvm-project/pull/152454


More information about the llvm-branch-commits mailing list