[llvm] [DXIL][Analysis] Uniquify duplicate resources in DXILResourceAnalysis (PR #105602)
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 23 10:21:14 PDT 2024
================
@@ -534,18 +552,10 @@ namespace {
class ResourceMapper {
Module &M;
LLVMContext &Context;
- DXILResourceMap &Resources;
-
- // In DXC, Record ID is unique per resource type. Match that.
----------------
bogner wrote:
Re-added it to where the IDs are calculated.
https://github.com/llvm/llvm-project/pull/105602
More information about the llvm-commits
mailing list