[PATCH] D127461: [SelectionDAG] Use __memcmpeq to replace bcmp and bool usage memcmp

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 15 10:36:31 PDT 2022


goldstein.w.n added a comment.

In D127461#3586127 <https://reviews.llvm.org/D127461#3586127>, @xbolva00 wrote:

> Maybe new flag like -fglibc-version=ver ?
>
> It could nicely fit as we already have -fbinutils-version and -fgnuc-version.

That would work here. Although if other libc implementations implement
something similar it wouldn't scale too-well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127461



More information about the llvm-commits mailing list