[llvm-bugs] [Bug 43523] [InstCombine] Extract high bits + sext -> Extract high bits with sext

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Oct 2 16:07:11 PDT 2019


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

Roman Lebedev <lebedev.ri at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
 Fixed By Commit(s)|                            |373542

--- Comment #1 from Roman Lebedev <lebedev.ri at gmail.com> ---
There's more opportunities for dropping redundant masking and canonicalizing
other variants of (variable) sign-extension, but it seems here only the
"basic" pattern exists..

-- 
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/20191002/b39847fe/attachment.html>


More information about the llvm-bugs mailing list