"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "75045da5635356e3cb5c3deb7a501cb608abe3b2"
[DebugInfo] Recover debug intrinsics when killing duplicated/empty basic blocks
When basic blocks are killed, either due to being empty or to being an if.then or if.else block whose complement contains identical instructions, some of the debug intrinsics in that block are lost. This patch sinks those intrinsics into the single successor block, setting them Undef if necessary to prevent debug info from falling out-of-date. Differential Revision: https://reviews.llvm.org/D70318
Loading
Please register or sign in to comment