The iterator FirstOverlap is invalidated after the call to insert - avoid dereferencing the iterator after the call to insert.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D141854
[Assignment Tracking] Fix invalidated iterator usage ClosedPublic Authored by Orlando on Jan 16 2023, 7:34 AM.
Details Summary The iterator FirstOverlap is invalidated after the call to insert - avoid dereferencing the iterator after the call to insert.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 20 2023, 5:56 AM This revision was landed with ongoing or failed builds.Jan 20 2023, 6:31 AM Closed by commit rGe3a00d51864e: [Assignment Tracking] Fix invalidated iterator usage (authored by Orlando). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 490812 llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp
|