Skip to content

Commit ced59e0

Browse files
committed
[𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.4 [skip ci]
1 parent b5fa4fe commit ced59e0

File tree

3 files changed

+3686
-428
lines changed

3 files changed

+3686
-428
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ static cl::opt<bool>
276276
static cl::opt<bool>
277277
ClHandleICmpExact("msan-handle-icmp-exact",
278278
cl::desc("exact handling of relational integer ICmp"),
279-
cl::Hidden, cl::init(false));
279+
cl::Hidden, cl::init(true));
280280

281281
static cl::opt<bool> ClHandleLifetimeIntrinsics(
282282
"msan-handle-lifetime-intrinsics",

0 commit comments

Comments
 (0)