"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "20835cff272e2096a57aa5de53f6923f24a42049"
Fix for PR929. The PHI nodes were being gone through for each instruction
in a successor block for every block...resulting in some O(N^k) algorithm which wasn't very good for performance. Calculating this information up front and keeping it in a map made it much faster. llvm-svn: 30697
Loading
Please register or sign in to comment