http://llvm.org/bugs/show_bug.cgi?id=9387
Benjamin Kramer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from Benjamin Kramer <[email protected]> 2012-08-31 17:31:02 CDT --- We don't have the legalization tweak to turn any i64 divide by a i32 into a div instruction on 32 bit x86, but instcombine gets it right for the constant case. The legalize issue is tracked in Target/X86/README.txt so we can close this bug. -- 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
