[PATCH] D127279: [SelectionDAG] Handle bzero/memset libcalls globally instead of per target

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 02:41:53 PDT 2022


gchatelet created this revision.
gchatelet added reviewers: courbet, t.p.northover.
Herald added subscribers: jsji, ecnelises, pengfei, hiraditya.
Herald added a project: All.
gchatelet requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D127279

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
  llvm/lib/Target/X86/X86SelectionDAGInfo.cpp
  llvm/test/CodeGen/AArch64/arm64-memset-to-bzero.ll
  llvm/test/CodeGen/AArch64/arm64_32.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127279.435086.patch
Type: text/x-patch
Size: 11096 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220608/ee71cab3/attachment.bin>


More information about the llvm-commits mailing list