[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 Feb 19 01:17:03 PST 2019
courbet added a comment.
In D56593#1396922 <https://reviews.llvm.org/D56593#1396922>, @jyknight wrote:
> OK, I'm happy with all of that.
>
> One more issue I just thought of: I believe this will reduce sanitizer coverage, since they intercept calls to memcmp, but not (yet) bcmp.
Thanks , I've created D58379 <https://reviews.llvm.org/D58379> for this.
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