https://llvm.org/bugs/show_bug.cgi?id=21768

Sanjay Patel <spatel+l...@rotateright.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Sanjay Patel <spatel+l...@rotateright.com> ---
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
LLVMbugs@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to