[all-commits] [llvm/llvm-project] 286e98: [DSE] Add test cases with more complex redundant s...

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Oct 22 05:51:23 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 286e98b97ebed4dfed38940d192667f84741fd65
      https://github.com/llvm/llvm-project/commit/286e98b97ebed4dfed38940d192667f84741fd65
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-10-22 (Fri, 22 Oct 2021)

  Changed paths:
    M llvm/test/Transforms/DeadStoreElimination/memset-unknown-sizes.ll
    M llvm/test/Transforms/DeadStoreElimination/multiblock-throwing.ll
    M llvm/test/Transforms/DeadStoreElimination/stores-of-existing-values.ll

  Log Message:
  -----------
  [DSE] Add test cases with more complex redundant stores.

This patch adds more complex test cases with redundant stores of an
existing memset, with other stores in between.

It also makes a few of the existing tests more robust.




More information about the All-commits mailing list