[all-commits] [llvm/llvm-project] ae5733: Revert "[DSE] Eliminate noop store even through ha...

aeubanks via All-commits all-commits at lists.llvm.org
Thu Oct 6 10:36:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae5733346f0cc86a82c19fcdc50ce8232fa4777a
      https://github.com/llvm/llvm-project/commit/ae5733346f0cc86a82c19fcdc50ce8232fa4777a
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2022-10-06 (Thu, 06 Oct 2022)

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

  Log Message:
  -----------
  Revert "[DSE] Eliminate noop store even through has clobbering between LoadI and StoreI"

This reverts commit cd8f3e75813995c1d2da35370ffcf5af3aff9c2f.

Causes miscompiles, see D132657




More information about the All-commits mailing list