http://llvm.org/bugs/show_bug.cgi?id=14985
Benjamin Kramer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Benjamin Kramer <[email protected]> --- The really high cost for div was added a while ago. We also know how to lower vector div by constant efficiently on x86 now. The example loop gets vectorized nicely with trunk (except for some over-unrolling, but that's a different issue) -- 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
