[llvm-bugs] [Bug 23673] more optimize oppotunity
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Feb 5 07:00:20 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=23673
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Fixed By Commit(s)| |313264
Status|NEW |RESOLVED
--- Comment #2 from Sanjay Patel <spatel+llvm at rotateright.com> ---
This is fixed on trunk (r324237).
As suggested, this was solved generally using knownbits analysis in
InstSimplify:
https://reviews.llvm.org/rL313264
--
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/20180205/964e9e58/attachment.html>
More information about the llvm-bugs
mailing list