"...git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "78373e505d2608db3b25bc34378cb455d1b53ec1"
Replace a big gob of old coalescer logic with the new CoalescerPair class.
CoalescerPair can determine if a copy can be coalesced, and which register gets merged away. The old logic in SimpleRegisterCoalescing had evolved into something a bit too convoluted. This second attempt fixes some crashes that only occurred Linux. llvm-svn: 106769
Loading
Please register or sign in to comment