forked from OSchip/llvm-project
Enable delinearization by default - second try
After having fixed the LNT bugs in the previous commits, lets reenable the delinearization. llvm-svn: 231595
This commit is contained in:
parent
bf7193ae61
commit
6973cb6ec7
|
@ -151,7 +151,7 @@ static cl::opt<bool, true>
|
|||
PollyDelinearizeX("polly-delinearize",
|
||||
cl::desc("Delinearize array access functions"),
|
||||
cl::location(PollyDelinearize), cl::Hidden,
|
||||
cl::ZeroOrMore, cl::init(false), cl::cat(PollyCategory));
|
||||
cl::ZeroOrMore, cl::init(true), cl::cat(PollyCategory));
|
||||
|
||||
static cl::opt<bool>
|
||||
VerifyScops("polly-detect-verify",
|
||||
|
|
Loading…
Reference in New Issue