"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "2453a3d95624f993f345c8f4a8513351e0c8da66"
CodeGen: Fix a use-after-free in TailDuplication
The call to processPHI already erased MI from its parent, so MI isn't even valid here, making the getParent() call a use-after-free in addition to being redundant. Found by ASan with the ArrayRecycler changes in llvm.org/pr26808. llvm-svn: 266008
Loading
Please register or sign in to comment