The bug was caused by updating a reference to a stale DenseMap entry after the map has been resized. Grabbing the reference after the resize fixes it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D19776
[CFLAA] Fix an error which cause cfl-aa to crash the compiler grievejia on May 1 2016, 12:54 PM. Authored by
Details
The bug was caused by updating a reference to a stale DenseMap entry after the map has been resized. Grabbing the reference after the resize fixes it.
Diff Detail
Event Timeline |