summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
diff options
context:
space:
mode:
authorDavid Green <david.green@arm.com>2018-05-27 12:54:33 +0000
committerDavid Green <david.green@arm.com>2018-05-27 12:54:33 +0000
commitaee7ad0cde0702e1ce942b2fb598fc4fa0d1edbf (patch)
treee47d940504398418501fcf04ca3465e85011de05 /llvm/lib/Target/ARM
parent3034281b437d681664b72ddbab9178cfcf1f608e (diff)
downloadbcm5719-llvm-aee7ad0cde0702e1ce942b2fb598fc4fa0d1edbf.tar.gz
bcm5719-llvm-aee7ad0cde0702e1ce942b2fb598fc4fa0d1edbf.zip
Revert 333358 as it's failing on some builders.
I'm guessing the tests reply on the ARM backend being built. llvm-svn: 333359
Diffstat (limited to 'llvm/lib/Target/ARM')
-rw-r--r--llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp b/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
index cfcdc9687ae..c387b75f122 100644
--- a/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
+++ b/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
@@ -622,8 +622,6 @@ void ARMTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
UP.Runtime = true;
UP.UnrollRemainder = true;
UP.DefaultUnrollRuntimeCount = 4;
- UP.UnrollAndJam = true;
- UP.UnrollAndJamInnerLoopThreshold = 60;
// Force unrolling small loops can be very useful because of the branch
// taken cost of the backedge.
OpenPOWER on IntegriCloud