We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6199cf commit 7c1c9ceCopy full SHA for 7c1c9ce
lib/SILOptimizer/PassManager/PassPipeline.cpp
@@ -67,7 +67,7 @@ llvm::cl::opt<bool> SILDisableLateOMEByDefault(
67
"Disable late OME for non-transparent functions by default"));
68
69
llvm::cl::opt<bool>
70
- EnableDestroyHoisting("enable-destroy-hoisting", llvm::cl::init(true),
+ EnableDestroyHoisting("enable-destroy-hoisting", llvm::cl::init(false),
71
llvm::cl::desc("Enable the DestroyHoisting pass."));
72
73
//===----------------------------------------------------------------------===//
0 commit comments