[llvm] [NFC] [DSE] Refactor DSE (PR #100956)
Haopeng Liu via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 19 10:16:53 PDT 2024
================
@@ -2132,182 +2177,182 @@ struct DSEState {
}
return MadeChange;
}
-};
-static bool eliminateDeadStores(Function &F, AliasAnalysis &AA, MemorySSA &MSSA,
- DominatorTree &DT, PostDominatorTree &PDT,
- const TargetLibraryInfo &TLI,
- const LoopInfo &LI) {
- bool MadeChange = false;
+ // Try to eliminate dead defs killed by `KillingLocWrapper` and return the
----------------
haopliu wrote:
Done!
https://github.com/llvm/llvm-project/pull/100956
More information about the llvm-commits
mailing list