http://llvm.org/bugs/show_bug.cgi?id=4753
Jakob Stoklund Olesen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Jakob Stoklund Olesen <[email protected]> 2009-08-23 08:03:58 --- Fixed here: http://llvm.org/viewvc/llvm-project?rev=79855&view=rev ReuseInfo::GetRegForReload() was using the wrong sub-register index when undoing a reuse. A MachineOperand with a physreg has no sub-register index - it is only used for virtual registers. This meant that %AL was illegally replaced with %ECX when it should have been replaced with %CL. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
