This allows for better optimization of 'stores-of-existing-values' and
possibly helps passes further down the pipeline.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D113712
[DSE] Allow DSE to optimize MemorySSA by default. ClosedPublic Authored by fhahn on Nov 11 2021, 1:39 PM.
Details Summary This allows for better optimization of 'stores-of-existing-values' and
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 11 2021, 5:19 PM fhahn added a parent revision: D112315: [DSE] Use optimized access if available for redundant store elimination..Nov 29 2021, 2:25 AM This revision was landed with ongoing or failed builds.Dec 1 2021, 12:29 AM Closed by commit rG7de410440d46: [DSE] Allow DSE to optimize MemorySSA by default. (authored by fhahn). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 390939 llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
llvm/test/Transforms/DeadStoreElimination/stores-of-existing-values.ll
|