[llvm-bugs] [Bug 27100] Optimize memset for AVX2
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Apr 1 10:45:55 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27100
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #7 from Sanjay Patel <spatel+llvm at rotateright.com> ---
http://reviews.llvm.org/rL265161 - this should handle the final (16-byte) case
in the original problem description.
There is an open question about when it would be better to use a memop version
of a broadcast instruction to perform the splat. We should probably fork that
off of bug 27141.
--
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/20160401/4d566719/attachment.html>
More information about the llvm-bugs
mailing list