[llvm-commits] [llvm] r75572 - /llvm/trunk/lib/CodeGen/SimpleRegisterCoalescing.cpp

Chris Lattner clattner at apple.com
Tue Jul 14 13:20:16 PDT 2009


On Jul 13, 2009, at 5:51 PM, Evan Cheng wrote:

> Author: evancheng
> Date: Mon Jul 13 19:51:06 2009
> New Revision: 75572
>
> URL: http://llvm.org/viewvc/llvm-project?rev=75572&view=rev
> Log:
> Fix pr4544. When remating, make sure the destination register fits  
> the instruction definition. It may be mismatched due to sub-register  
> coalescing.
> No test case yet because the code doesn't trigger until 75408 is re- 
> applied.

Thanks Evan, reapplied as r75671

-Chris



More information about the llvm-commits mailing list