"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "3e5eb4263a8fa130b40796469147185dfd297082"
Before replacing a phi node with a different value, it
needs to be checked that this won't break LCSSA form. Change the existing checking method to a more direct one: rather than seeing if all predecessors belong to the loop, check that the replacing value is either not in any loop or is in a loop that contains the phi node. llvm-svn: 119556
Loading
Please register or sign in to comment