[PATCH] D56593: [SelectionDAG][RFC] Allow the user to specify a memeq function (v5).
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 14 23:37:59 PDT 2022
courbet added a comment.
In D56593#3582442 <https://reviews.llvm.org/D56593#3582442>, @xbolva00 wrote:
> @courbet Any followup as we have got "'__memcmpeq" ?
I was under the impression that `bcmp` was redirecting to `__memcmpeq` when the latter was available. Isn't that sufficient ?
I don't think we can call `__memcmpeq` directly because this will not work on older versions of the glibc (as discussed above).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56593/new/
https://reviews.llvm.org/D56593
More information about the llvm-commits
mailing list