[all-commits] [llvm/llvm-project] 7de410: [DSE] Allow DSE to optimize MemorySSA by default.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Dec 1 00:29:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7de410440d46e83aa81aed19a4215a92798c5eb5
https://github.com/llvm/llvm-project/commit/7de410440d46e83aa81aed19a4215a92798c5eb5
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-12-01 (Wed, 01 Dec 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
M llvm/test/Transforms/DeadStoreElimination/stores-of-existing-values.ll
Log Message:
-----------
[DSE] Allow DSE to optimize MemorySSA by default.
This allows for better optimization of 'stores-of-existing-values' and
possibly helps passes further down the pipeline.
Reviewed By: asbirlea
Differential Revision: https://reviews.llvm.org/D113712
More information about the All-commits
mailing list