[all-commits] [llvm/llvm-project] eb91d9: [DSE] Fix typo in recent commit

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Dec 24 02:27:05 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eb91d91b7a8e5a3f66657cb5f20284de0f9e0364
      https://github.com/llvm/llvm-project/commit/eb91d91b7a8e5a3f66657cb5f20284de0f9e0364
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2021-12-24 (Fri, 24 Dec 2021)

  Changed paths:
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    M llvm/test/Transforms/DeadStoreElimination/stores-of-existing-values.ll

  Log Message:
  -----------
  [DSE] Fix typo in recent commit

This fixes a typo in 81d69e1bda9e4b6a83f29ba1f614e43ab4700972.
Of course we should only skip the particular store if it isn't
removable, not bail out of the whole loop. Add a test to cover
this case.




More information about the All-commits mailing list