[all-commits] [llvm/llvm-project] 71a91b: [DSE] Hoist partial store merging code into functi...

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon Jun 15 09:45:08 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 71a91b98374a5b3cb374b91923e33cdf2652551b
      https://github.com/llvm/llvm-project/commit/71a91b98374a5b3cb374b91923e33cdf2652551b
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-06-15 (Mon, 15 Jun 2020)

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

  Log Message:
  -----------
  [DSE] Hoist partial store merging code into function (NFC).

Hoist the general logic into a new function, because it can be re-used
by the MemorySSA backed DSE as well.




More information about the All-commits mailing list