[llvm] [DSE] Apply initializes attribute to DSE (PR #107282)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 4 15:19:11 PDT 2024
================
@@ -164,6 +165,10 @@ static cl::opt<bool>
OptimizeMemorySSA("dse-optimize-memoryssa", cl::init(true), cl::Hidden,
cl::desc("Allow DSE to optimize memory accesses."));
+static cl::opt<bool> EnableInitializesImprovement(
----------------
aeubanks wrote:
can you add a `TODO: turn on and remove flag`
https://github.com/llvm/llvm-project/pull/107282
More information about the llvm-commits
mailing list