[llvm-bugs] [Bug 47205] Failure to optimize pow(x, n) * pow(x, m) to pow(x, m + n)

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jun 7 05:13:05 PDT 2021


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Fixed By Commit(s)|                            |7736c1936a93
                 CC|                            |spatel+llvm at rotateright.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Should be fixed with:
https://reviews.llvm.org/rG7736c1936a93

-- 
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/20210607/3f20d998/attachment.html>


More information about the llvm-bugs mailing list