http://llvm.org/bugs/show_bug.cgi?id=10614
Benjamin Kramer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #6 from Benjamin Kramer <[email protected]> 2012-11-10 11:27:20 CST --- MachineCSE gets this in trunk: movl %esi, %eax leaq __ZL10PowersOf10(%rip), %rcx movl (%rcx,%rax,4), %eax cmpl %edi, %eax jbe LBB0_2 ## BB#1: ## %if.then decl %esi movl (%rcx,%rsi,4), %eax LBB0_2: ## %return popq %rbp ret (Probably due to the fix for PR13578) -- 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
