"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "b028143119653861311e6197a7de40e98a5d7d34"
Convert COPY instructions into KILLs if they have implicit defs.
MachineCopyPropagation doesn't understand super-register liveness well enough to be able to remove implicit defs of super-registers. This fixes a problem in ARM/2012-01-26-CopyPropKills.ll that is exposed by an future TwoAddressInstructionPass change. The KILL instructions are removed before the machine code is emitted. llvm-svn: 169060
Loading
Please register or sign in to comment