https://llvm.org/bugs/show_bug.cgi?id=21768
Sanjay Patel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Sanjay Patel <[email protected]> --- x86 reg-reg integer multiplies can now be reassociated: http://llvm.org/viewvc/llvm-project?view=revision&revision=243756 There's no reason that the reassociation logic can't be hoisted/extended to other architectures, so I hope this optimization will eventually make it to other targets. There's a 'TODO' comment about this in the code. -- 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
