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 918d650 commit d55dcbfCopy full SHA for d55dcbf
llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
@@ -95,7 +95,7 @@ static cl::opt<bool> ClInsertVersionCheck(
95
// This flag may need to be replaced with -f[no-]memprof-reads.
96
static cl::opt<bool> ClInstrumentReads("memprof-instrument-reads",
97
cl::desc("instrument read instructions"),
98
- cl::Hidden, cl::init(false));
+ cl::Hidden, cl::init(true));
99
100
static cl::opt<bool>
101
ClInstrumentWrites("memprof-instrument-writes",
0 commit comments