Files
clang-p2996/llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp
OCHyams e3a00d5186 [Assignment Tracking] Fix invalidated iterator usage
The iterator `FirstOverlap` is invalidated after the call to `insert` - avoid
dereferencing the iterator after the call to `insert`.

Reviewed By: CarlosAlbertoEnciso

Differential Revision: https://reviews.llvm.org/D141854
2023-01-20 14:30:26 +00:00

94 KiB