diff options
author | Hans Wennborg <hans@hanshq.net> | 2016-05-23 23:42:35 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2016-05-23 23:42:35 +0000 |
commit | 6951028b6189e4972d9afdca56fc0de01b6b2582 (patch) | |
tree | c6e94660b88be81cc02d04bc7f98043b43455380 /llvm/test | |
parent | aaad57440df03eb0375eb2b2125761357fdb0c87 (diff) | |
download | bcm5719-llvm-6951028b6189e4972d9afdca56fc0de01b6b2582.tar.gz bcm5719-llvm-6951028b6189e4972d9afdca56fc0de01b6b2582.zip |
Revert r270478 "[LoopUnroll] Enable advanced unrolling analysis by default."
This caused PR27847.
llvm-svn: 270512
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/Transforms/LoopUnroll/partial-unroll-const-bounds.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopUnroll/partial-unroll-const-bounds.ll b/llvm/test/Transforms/LoopUnroll/partial-unroll-const-bounds.ll index 5646aeaa7b9..c22a143c751 100644 --- a/llvm/test/Transforms/LoopUnroll/partial-unroll-const-bounds.ll +++ b/llvm/test/Transforms/LoopUnroll/partial-unroll-const-bounds.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -S -unroll-threshold=20 -loop-unroll -unroll-allow-partial -unroll-runtime -unroll-dynamic-cost-savings-discount=0 | FileCheck %s +; RUN: opt < %s -S -unroll-threshold=20 -loop-unroll -unroll-allow-partial -unroll-runtime | FileCheck %s ; The Loop TripCount is 9. However unroll factors 3 or 9 exceed given threshold. ; The test checks that we choose a smaller, power-of-two, unroll count and do not give up on unrolling. |