ExtractInstances: fix memory safety issue re:DenseMap (#3385)
Don't create entries while reading from the map, as sometimes this requires the map to grow which invalidates pointers to entries.
Please register or sign in to comment
Don't create entries while reading from the map, as sometimes this requires the map to grow which invalidates pointers to entries.