[all-commits] [llvm/llvm-project] 51932f: [DSE, MemorySSA] Remove some duplicated test functi...

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Sep 4 09:54:43 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 51932fc6bde88d1798a6cdea1f3885164d5524d7
      https://github.com/llvm/llvm-project/commit/51932fc6bde88d1798a6cdea1f3885164d5524d7
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-09-04 (Fri, 04 Sep 2020)

  Changed paths:
    M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-malloc-free.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-throwing.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/simple.ll

  Log Message:
  -----------
  [DSE,MemorySSA] Remove some duplicated test functions.

Some tests from multibuild-malloc-free.ll do not actually use malloc or
free and where split out to multiblock-throwing.ll, but not removed from
the original file. This patch cleans that up. It also moves @test22 to
simple.ll, because it does not involve multiple blocks.




More information about the All-commits mailing list