[llvm-bugs] [Bug 40575] std::copy to memmove optimisation seems to not work.
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Feb 6 08:11:48 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=40575
Marshall Clow (home) <mclow.lists at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #4 from Marshall Clow (home) <mclow.lists at gmail.com> ---
Fixed in revision 353311.
Note that on modern hardware, this optimization is of minimal benefit when you
use clang. If you're using GCC, on the other hand, this is a significant win.
--
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/20190206/1d0b0609/attachment-0001.html>
More information about the llvm-bugs
mailing list