[AArch64] Revert r216141 for cyclone
authorGerolf Hoflehner <ghoflehner@apple.com>
Wed, 10 Sep 2014 20:31:57 +0000 (20:31 +0000)
committerGerolf Hoflehner <ghoflehner@apple.com>
Wed, 10 Sep 2014 20:31:57 +0000 (20:31 +0000)
commite7648ae68d4341215b80e50edd89b4458cba1d26
treefb792533466e7e9dcb2a0119c4043f1931183aba
parent3c9c2122e1a2806a4904153f17aa876b92099332
[AArch64] Revert r216141 for cyclone

The increase of the interleave factor to 4 has side-effects
like performance losses eg. due to reminder loops being executed
more frequently and may increase code size. It requires more
analysis and careful heuristic tuning. Expect double digit gains
in small benchmarks like lowercase.c and losses in puzzle.c.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217540 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64TargetTransformInfo.cpp