[all-commits] [llvm/llvm-project] 1a55fb: [DSE, MemorySSA] Use NumRedundantStores instead of ...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Aug 19 00:51:56 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a55fbceaaa2f1c9450e585577b7244eb9717b42
      https://github.com/llvm/llvm-project/commit/1a55fbceaaa2f1c9450e585577b7244eb9717b42
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp

  Log Message:
  -----------
  [DSE,MemorySSA] Use NumRedundantStores instead of NumNoopStores.

Legacy DSE uses NumRedundantStores, while MemorySSA DSE uses
NumNoopStores. We should just use the same counter.




More information about the All-commits mailing list