[all-commits] [llvm/llvm-project] f8cdde: [SimplifyLibCalls][NFC] Clean up LibCallSimplifier...

yurai007 via All-commits all-commits at lists.llvm.org
Thu Aug 5 07:10:02 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f8cdde71950760675f81fa89fcd603b4391908a4
      https://github.com/llvm/llvm-project/commit/f8cdde71950760675f81fa89fcd603b4391908a4
  Author: Dawid Jurczak <dawid_jurek at vp.pl>
  Date:   2021-08-05 (Thu, 05 Aug 2021)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
    M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
    M llvm/test/Transforms/InstCombine/memset-1.ll

  Log Message:
  -----------
  [SimplifyLibCalls][NFC] Clean up LibCallSimplifier from 'memset + malloc into calloc' transformation

FoldMallocMemset can be safely removed because since https://reviews.llvm.org/D103009
such transformation is already performed in DSE.

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




More information about the All-commits mailing list