Revert: r189565 - Add getUnrollingPreferences to TTI
authorHal Finkel <hfinkel@anl.gov>
Thu, 29 Aug 2013 03:33:15 +0000 (03:33 +0000)
committerHal Finkel <hfinkel@anl.gov>
Thu, 29 Aug 2013 03:33:15 +0000 (03:33 +0000)
commitf208398528efde82bc49f48d0fef0587c1f192bb
treedd57283918e3de76f939f609b2897a94f93330a6
parent32f258b96a723b771eb44a2c0689b8bf4dd871ee
Revert: r189565 - Add getUnrollingPreferences to TTI

Revert unintentional commit (of an unreviewed change).

Original commit message:

Add getUnrollingPreferences to TTI

Allow targets to customize the default behavior of the generic loop unrolling
transformation. This will be used by the PowerPC backend when targeting the A2
core (which is in-order with a deep pipeline), and using more aggressive
defaults is important.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189566 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/TargetTransformInfo.h
lib/Analysis/TargetTransformInfo.cpp
lib/CodeGen/BasicTargetTransformInfo.cpp
lib/Transforms/Scalar/LoopUnrollPass.cpp