[llvm-bugs] [Bug 41098] Missed rotate opportunity
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jul 13 09:51:18 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=41098
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Fixed By Commit(s)| |2df46a574387 8779b114109d
Resolution|--- |FIXED
--- Comment #5 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Improve memop merging and use rotate:
https://reviews.llvm.org/rG2df46a574387
There are possible enhancements/refinements to that functionality, but I think
we should have motivating benchmarks before trying to chase those (it's not
clear to me that using rotates is always a win).
Optionally convert to bswap:
https://reviews.llvm.org/rG8779b114109d
If the rotate with memory op has better perf and/or optimizing for size, please
file a separate bug.
--
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/20200713/c595f509/attachment.html>
More information about the llvm-bugs
mailing list