[llvm] [DXIL][Analysis] Uniquify duplicate resources in DXILResourceAnalysis (PR #105602)
Damyan Pepper via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 21 18:22:59 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.
----------------
damyanp wrote:
> In DXC, Record ID is unique per resource type. Match that.
This context seemed useful before, but I don't think it made it into the new version?
https://github.com/llvm/llvm-project/pull/105602
More information about the llvm-commits
mailing list