[all-commits] [llvm/llvm-project] 249d94: [DSE] Only consider provenance captures (#138286)

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon May 5 00:22:37 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 249d9492a2228df5a0628858e69e5221d7243d0c
      https://github.com/llvm/llvm-project/commit/249d9492a2228df5a0628858e69e5221d7243d0c
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2025-05-05 (Mon, 05 May 2025)

  Changed paths:
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    M llvm/test/Transforms/DeadStoreElimination/assume.ll
    M llvm/test/Transforms/DeadStoreElimination/simple.ll

  Log Message:
  -----------
  [DSE] Only consider provenance captures (#138286)

As a memory analysis, DSE only cares about provenance captures. Address
captures can be ignored as they cannot be used to read or modify memory.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list