[clang] [HLSL] Implement output parameter (PR #101083)

John McCall via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 27 14:58:17 PDT 2024


================
@@ -5432,6 +5434,57 @@ LValue CodeGenFunction::EmitOpaqueValueLValue(const OpaqueValueExpr *e) {
   return getOrCreateOpaqueLValueMapping(e);
 }
 
+LValue CodeGenFunction::BindHLSLOutArgExpr(const HLSLOutArgExpr *E,
----------------
rjmccall wrote:

This seems to be dead now.

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


More information about the cfe-commits mailing list