[PATCH] D127279: [SelectionDAG] Handle bzero/memset libcalls globally instead of per target
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 8 03:47:05 PDT 2022
courbet added a comment.
In general I think this makes a lot more sense.
At first I though that targets that previously did not use `bzero` (e.g. Arm, SystemZ) would start emitting it. However I had a look at the availability of `bzero`: it looks like only darwin x86 on MacOSX>10.6 and darwin aarch64 have it, so this looks like a noop.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127279/new/
https://reviews.llvm.org/D127279
More information about the llvm-commits
mailing list