[all-commits] [llvm/llvm-project] 5d1d22: [DSE] Add predicated vector length store support f...
Michael Berg via All-commits
all-commits at lists.llvm.org
Wed Apr 2 16:44:42 PDT 2025
Branch: refs/heads/users/mcberg2021/DeadStoreElimination
Home: https://github.com/llvm/llvm-project
Commit: 5d1d22acb4abf5b08585689b667410acbfc9fff6
https://github.com/llvm/llvm-project/commit/5d1d22acb4abf5b08585689b667410acbfc9fff6
Author: Michael Berg <michael.berg at sifive.com>
Date: 2025-04-02 (Wed, 02 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