[clang] [HLSL] Add IsArray resource attribute (PR #201163)

Tim Corringham via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 4 06:51:03 PDT 2026


================
@@ -800,14 +827,16 @@ Value *CodeGenFunction::EmitHLSLBuiltinExpr(unsigned BuiltinID,
     if (ComponentOp->getType() != Builder.getInt32Ty())
       ComponentOp = Builder.CreateIntCast(ComponentOp, Builder.getInt32Ty(),
                                           /*isSigned=*/false);
+    const HLSLAttributedResourceType *RT =
----------------
tcorringham wrote:

Done.

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


More information about the cfe-commits mailing list