[PATCH] D56593: [SelectionDAG][RFC] Allow the user to specify a memeq function (v5).
James Y Knight via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 13 12:31:59 PST 2019
jyknight added a comment.
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.
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