[llvm-bugs] [Bug 22758] [memcpyopt] Missed memcpy->memset optimization
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Oct 4 08:26:44 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=22758
Nikita Popov <nikita.ppv at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |nikita.ppv at gmail.com
Resolution|--- |FIXED
--- Comment #1 from Nikita Popov <nikita.ppv at gmail.com> ---
The memcpy is converted to a memset nowadays: https://llvm.godbolt.org/z/7PWMe3
--
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/20201004/a13f5fa5/attachment-0001.html>
More information about the llvm-bugs
mailing list