diff options
| author | Evgeny Stupachenko <evstupac@gmail.com> | 2017-03-04 03:14:05 +0000 |
|---|---|---|
| committer | Evgeny Stupachenko <evstupac@gmail.com> | 2017-03-04 03:14:05 +0000 |
| commit | d6aa0d02c2d608723ef80122ca846bb2a44bf333 (patch) | |
| tree | 2193bd4d81a30b1e315bdd7ef9bc25ddc305833a /llvm/lib/Transforms | |
| parent | f4b54fe64bd82f67c188003971b3a5e6b72c917f (diff) | |
| download | bcm5719-llvm-d6aa0d02c2d608723ef80122ca846bb2a44bf333.tar.gz bcm5719-llvm-d6aa0d02c2d608723ef80122ca846bb2a44bf333.zip | |
Set option enabling LSR alternative way to resolve complex solution to false.
Differential Revision: http://reviews.llvm.org/D29862
From: Evgeny Stupachenko <evstupac@gmail.com>
llvm-svn: 296959
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp index d9510e7f997..1dad080efbf 100644 --- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -136,7 +136,7 @@ static cl::opt<bool> InsnsCost( // Flag to choose how to narrow complex lsr solution static cl::opt<bool> LSRExpNarrow( - "lsr-exp-narrow", cl::Hidden, cl::init(true), + "lsr-exp-narrow", cl::Hidden, cl::init(false), cl::desc("Narrow LSR complex solution using" " expectation of registers number")); |

