mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
[msan] Make msan-handle-icmp-exact=0 by default.
50% slowdown on one of the specs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173678 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
467016e58d
commit
2f36a169a5
@ -129,7 +129,7 @@ static cl::opt<bool> ClHandleICmp("msan-handle-icmp",
|
||||
|
||||
static cl::opt<bool> ClHandleICmpExact("msan-handle-icmp-exact",
|
||||
cl::desc("exact handling of relational integer ICmp"),
|
||||
cl::Hidden, cl::init(true));
|
||||
cl::Hidden, cl::init(false));
|
||||
|
||||
static cl::opt<bool> ClStoreCleanOrigin("msan-store-clean-origin",
|
||||
cl::desc("store origin for clean (fully initialized) values"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user