diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2016-05-24 23:00:05 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2016-05-24 23:00:05 +0000 |
commit | 8f7a242c7bec03fe8a530bfb71f266e8122ecdcb (patch) | |
tree | 75b0af313579f715c5eac1ea9a9eddd65093ed1b /llvm/test | |
parent | 7216dd46689f95a0ea6a69f8d526f1ede0ffe8d2 (diff) | |
download | bcm5719-llvm-8f7a242c7bec03fe8a530bfb71f266e8122ecdcb.tar.gz bcm5719-llvm-8f7a242c7bec03fe8a530bfb71f266e8122ecdcb.zip |
Re-enable "[LoopUnroll] Enable advanced unrolling analysis by default" one more time.
This reverts commit r270577.
llvm-svn: 270630
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 c22a143c751..5646aeaa7b9 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 | FileCheck %s +; RUN: opt < %s -S -unroll-threshold=20 -loop-unroll -unroll-allow-partial -unroll-runtime -unroll-dynamic-cost-savings-discount=0 | 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. |