[llvm-commits] [llvm] r134199 - /llvm/trunk/lib/CodeGen/RegisterCoalescer.cpp

Duncan Sands baldrick at free.fr
Fri Jul 1 00:25:41 PDT 2011


> Don't give up on coalescing A and B when we find
>
> A = X
> B = X
>
> Instead, proceed as if we had found
>
> A = X
> B = A

Testcase?

Ciao, Duncan.



More information about the llvm-commits mailing list