"clang/test/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "680be2958481b1e496893a0299abd5ab37dfa385"
[PHITransAddr] Don't translate unreachable values
Unreachable values may use themselves in strange ways due to their dominance property. Attempting to translate through them can lead to infinite recursion, crashing LLVM. Instead, claim that we weren't able to translate the value. This fixes PR23096. llvm-svn: 238702
Loading
Please register or sign in to comment