Skip to content

Commit c77d8ed

Browse files
authored
Revert "Revert "[msan] Switch to -msan-handle-icmp-exact my default"" (#113379)
Reverts #113376 Fixed with #113378
1 parent 5c92f23 commit c77d8ed

File tree

3 files changed

+513
-43
lines changed

3 files changed

+513
-43
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)