Skip to content

Commit 1f8ba8d

Browse files
authored
Revert "[msan] Switch to -msan-handle-icmp-exact my default (#113200)"
This reverts commit 395093e.
1 parent 020fa86 commit 1f8ba8d

File tree

3 files changed

+43
-513
lines changed

3 files changed

+43
-513
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(true));
279+
cl::Hidden, cl::init(false));
280280

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

0 commit comments

Comments
 (0)