================
@@ -249,6 +260,20 @@ getRootSignature(RootSignatureBindingInfo &RSBI,
   return RootSigDesc;
 }
 
+static void reportInvalidHandleTy(
+    Module &M,
+    const iterator_range<SmallVectorImpl<dxil::ResourceInfo>::iterator>
----------------
inbelic wrote:

nit:
```suggestion
    dxil::ResourceInfo::iterator_range
```

Although you might be able to just have `ArrayRef<ResourceInfo>` and the range 
will get casted to it? I am not sure

https://github.com/llvm/llvm-project/pull/147573
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to