[all-commits] [llvm/llvm-project] 107401: [NFC][DSE] Clean up KnownNoReads and MemorySSAScan...

yurai007 via All-commits all-commits at lists.llvm.org
Sat Aug 14 02:27:40 PDT 2021


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

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

  Log Message:
  -----------
  [NFC][DSE] Clean up KnownNoReads and MemorySSAScanLimit in DSE

Another simple cleanups set in DSE. CheckCache is removed since 1f1145006b32 and in consequence KnownNoReads is useless.
Also update description of MemorySSAScanLimit which default value is 150 instead 100.

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




More information about the All-commits mailing list