[all-commits] [llvm/llvm-project] 526a86: [DSE] Add predicated vector length store support f...

Michael Berg via All-commits all-commits at lists.llvm.org
Mon Apr 7 13:55:23 PDT 2025


  Branch: refs/heads/users/mcberg2021/DeadStoreElimination
  Home:   https://github.com/llvm/llvm-project
  Commit: 526a862362b0823f09f51787b96751ad74e27524
      https://github.com/llvm/llvm-project/commit/526a862362b0823f09f51787b96751ad74e27524
  Author: Michael Berg <michael.berg at sifive.com>
  Date:   2025-04-07 (Mon, 07 Apr 2025)

  Changed paths:
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    A llvm/test/Transforms/DeadStoreElimination/dead-vp.store.ll

  Log Message:
  -----------
  [DSE] Add predicated vector length store support for masked store elimination

In isMaskedStoreOverwrite we process two stores that fully overwrite one
another, here we add support for predicated vector length stores so that
DSE will eliminate this variant of masked stores.



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