llvm/test/Transforms/LICM/crash.ll
0 → 100644
+27
−0
Loading
location is being re-stored to the memory location. We would get a dangling pointer from the SSAUpdate data structure and miss a use. This fixes PR8068 llvm-svn: 113042