http://llvm.org/bugs/show_bug.cgi?id=7980
Jakob Stoklund Olesen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Jakob Stoklund Olesen <[email protected]> 2010-08-31 16:54:42 CDT --- Fixed in r112650, but probably not in the way you were hoping. %EFLAGS is changed to be an unallocatable register, so RegAllocFast leaves it alone. Kill flags should be conservatively correct after RegAllocFast. THat means kill flags may be missing, but when a kill flag is present, it should be correct. That is enough to make the register scavenger and machine code verifier happy. -- 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
