This fixes the issue encountered in D71164. Instead of using a range-based for, manually iterate over the users and advance the iterator beforehand, so we do not skip any users due to iterator invalidation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo