[llvm-bugs] [Bug 28296] [InstCombine] unary operations are assigned the wrong complexity

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Feb 3 13:47:14 PST 2017


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

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

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

--- Comment #2 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Should be fixed for casts (rather than all unary ops) with:
https://reviews.llvm.org/rL294049

We might eventually want to distinguish loads from other instructions, but I
haven't seen that case cause trouble yet, so I left it out of this patch.

-- 
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/20170203/430de7ca/attachment.html>


More information about the llvm-bugs mailing list