[llvm-branch-commits] [DirectX] Lower `@llvm.dx.handle.fromBinding` to DXIL ops (PR #104251)
Joshua Batista via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 21 12:35:39 PDT 2024
================
@@ -117,6 +119,10 @@ class ResourceInfo {
MSInfo MultiSample;
+ // We need a default constructor if we want to insert this in a MapVector.
+ ResourceInfo() {}
+ friend class MapVector<CallInst *, ResourceInfo>;
----------------
bob80905 wrote:
Where is this being inserted in a MapVector? Is it DRM?
https://github.com/llvm/llvm-project/pull/104251
More information about the llvm-branch-commits
mailing list