[PATCH] D109504: [WIP] [Intrinsics] Introduce memcmp intrinsics.
Artur Pilipenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 5 16:29:37 PDT 2021
apilipenko added a comment.
I also notice that the new memcmp intrinsic returns i1, which is different from libc memcmp. libc memcmp returns and int indicating which of the sides was greater. Looks like, the new intrinsic matches with bcmp semantic.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109504/new/
https://reviews.llvm.org/D109504
More information about the llvm-commits
mailing list