Details
Details
- Reviewers
nikic - Commits
- rGce90dfc74b90: [StructuralHash] Track global variables
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
With this patch the following started failing:
opt -passes=strip-dead-prototypes bbi-83491.ll -o /dev/null -verify-analysis-invalidation
It looks like strip-dead-prototypes has removed
@.str = external constant [15 x i16]
Is that what the change aimed to catch? Should I write an issue about it?
Comment Actions
The hashing is skipping function declarations, so maybe it would make sense to skip global declarations as well?