[llvm-bugs] [Bug 33325] [X86][SSE] Improve equality memcmp support

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Jan 6 09:34:34 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=33325

Sanjay Patel <spatel+llvm at rotateright.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #21 from Sanjay Patel <spatel+llvm at rotateright.com> ---
And finally:
https://reviews.llvm.org/D41714
https://reviews.llvm.org/rL321934

This goes beyond what was requested in this report to use 2
load-pairs-per-block for all enabled 'memcmp() == 0' expansions (including
smaller scalar expansions). 

That looks better in theory, but we'll see if anyone reports perf problems from
that change.

-- 
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/20180106/fe020949/attachment.html>


More information about the llvm-bugs mailing list