Files
llvm/test/Transforms/SCCP
Tim Northover 66c3f51a52 SCCP: avoid caching DenseMap entry that might be invalidated.
Later calls to getValueState might insert entries into the ValueState map and
cause reallocation, invalidating a reference.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@344327 91177308-0d34-0410-b5e6-96231b3b80d8
2018-10-12 09:01:59 +00:00
..