[llvm-bugs] [Bug 52271] New: Efficiently searching an array - ICC outperforms LLVM

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Oct 23 09:02:03 PDT 2021


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

            Bug ID: 52271
           Summary: Efficiently searching an array - ICC outperforms LLVM
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Scalar Optimizations
          Assignee: unassignedbugs at nondot.org
          Reporter: david.bolvansky at gmail.com
                CC: llvm-bugs at lists.llvm.org

Blog:
https://julienjorge.medium.com/efficiently-searching-an-array-with-gcc-clang-and-icc-4234ef3cdba3


ICC is smarter here and uses SIMD instructions.

Maybe LoopIdiom should recognize "memchr" like pattern here?

-- 
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/20211023/db066870/attachment.html>


More information about the llvm-bugs mailing list