[PATCH] D143321: [DRAFT] [IR] Add instruction IDs to simplify debugging.
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 6 05:21:28 PST 2023
nhaehnle added a comment.
These data structures have been designed quite carefully with size in mind, so I am against making these debug-only additions. The change as-is is also not thread-safe.
Have you tried just attaching metadata to instructions instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143321/new/
https://reviews.llvm.org/D143321
More information about the llvm-commits
mailing list