[all-commits] [llvm/llvm-project] dc3367: [SelectionDAG] Handle bzero/memset libcalls global...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Thu Jun 9 01:47:11 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dc3367970e9bdd9ce2a47efd080ed493ed4e8f4b
      https://github.com/llvm/llvm-project/commit/dc3367970e9bdd9ce2a47efd080ed493ed4e8f4b
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-06-09 (Thu, 09 Jun 2022)

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

  Log Message:
  -----------
  [SelectionDAG] Handle bzero/memset libcalls globally instead of per target

Differential Revision: https://reviews.llvm.org/D127279




More information about the All-commits mailing list