[llvm-branch-commits] [DirectX] Lower `@llvm.dx.handle.fromBinding` to DXIL ops (PR #104251)
Justin Bogner via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Aug 23 10:50:49 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>;
----------------
bogner wrote:
It was, yes, but the latest version no longer needs this. Removed.
https://github.com/llvm/llvm-project/pull/104251
More information about the llvm-branch-commits
mailing list