[LLVMbugs] [Bug 21768] reassociate multiplies with fast-math

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jul 31 09:54:01 PDT 2015


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

Sanjay Patel <spatel+llvm at rotateright.com> changed:

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

--- Comment #3 from Sanjay Patel <spatel+llvm at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150731/cdb40579/attachment.html>


More information about the llvm-bugs mailing list