Turn LVI on, previously detected failures should be fixed now.
llvm-svn: 111923
This commit is contained in:
@@ -47,7 +47,7 @@ Threshold("jump-threading-threshold",
|
||||
static cl::opt<bool>
|
||||
EnableLVI("enable-jump-threading-lvi",
|
||||
cl::desc("Use LVI for jump threading"),
|
||||
cl::init(false),
|
||||
cl::init(true),
|
||||
cl::ReallyHidden);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user