"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "9bb51adcce0804098e324cb13b3eaf245cef0c52"
[ScalarEvolutionExpander] Properly insert no-op casts + EH Pads
We want to insert no-op casts as close as possible to the def. This is tricky when the cast is of a PHI node and the BasicBlocks between the def and the use cannot hold any instructions. Iteratively walk EH pads until we hit a non-EH pad. This fixes PR25326. llvm-svn: 251393
Loading
Please register or sign in to comment