[all-commits] [llvm/llvm-project] e8723a: [DSE] Check post-dominance for malloc+memset->call...

Alina Sbirlea via All-commits all-commits at lists.llvm.org
Mon Aug 23 12:40:32 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e8723abf43c37aff4d6d9b6ba131e345b74c7798
      https://github.com/llvm/llvm-project/commit/e8723abf43c37aff4d6d9b6ba131e345b74c7798
  Author: Alina Sbirlea <asbirlea at google.com>
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    M llvm/test/Transforms/DeadStoreElimination/noop-stores.ll

  Log Message:
  -----------
  [DSE] Check post-dominance for malloc+memset->calloc transform.

Aiming to address the regression discussed in
https://reviews.llvm.org/D103009.

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




More information about the All-commits mailing list