[libc-commits] [PATCH] D77949: [libc] Add SIMD strlen implementation .

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Apr 21 22:11:08 PDT 2020


sivachandra added a comment.

In D77949#1983650 <https://reviews.llvm.org/D77949#1983650>, @tschuett wrote:

> Pattern matching? Most compilers can recognize matrix-matrix multiplication. It bit me once.
>  It might eventually learn these SIMD patterns.


Wouldn't it have the same address sanitizer problem we are discussing here?

Anyway, to help further this discussion, I have prepared a patch over this patch: https://reviews.llvm.org/D78612


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77949/new/

https://reviews.llvm.org/D77949





More information about the libc-commits mailing list