Skip to content

Commit 0ee8801

Browse files
authored
Revert "[DSE] Enable initializes improvement (#119116)"
This reverts commit ebe741f.
1 parent 53544fc commit 0ee8801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ static cl::opt<bool>
164164
OptimizeMemorySSA("dse-optimize-memoryssa", cl::init(true), cl::Hidden,
165165
cl::desc("Allow DSE to optimize memory accesses."));
166166

167-
// TODO: remove this flag.
167+
// TODO: turn on and remove this flag.
168168
static cl::opt<bool> EnableInitializesImprovement(
169-
"enable-dse-initializes-attr-improvement", cl::init(true), cl::Hidden,
169+
"enable-dse-initializes-attr-improvement", cl::init(false), cl::Hidden,
170170
cl::desc("Enable the initializes attr improvement in DSE"));
171171

172172
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)