diff options
author | Olivier Sallenave <ohsallen@us.ibm.com> | 2015-03-06 23:12:04 +0000 |
---|---|---|
committer | Olivier Sallenave <ohsallen@us.ibm.com> | 2015-03-06 23:12:04 +0000 |
commit | 049d803ce0c0256337da96f13d0082063c03f81d (patch) | |
tree | c4074aa2b2b1404ec2a66535aac1dd3d964ac5b8 /llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h | |
parent | 66b616351cc034d18c84519d5d1d1db32423639a (diff) | |
download | bcm5719-llvm-049d803ce0c0256337da96f13d0082063c03f81d.tar.gz bcm5719-llvm-049d803ce0c0256337da96f13d0082063c03f81d.zip |
Do not restrict interleaved unrolling to small loops, depending on the target.
llvm-svn: 231528
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h b/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h index cef70794234..21acea1a36d 100644 --- a/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h +++ b/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h @@ -78,6 +78,7 @@ public: /// \name Vector TTI Implementations /// @{ + bool enableAggressiveInterleaving(bool LoopHasReductions); unsigned getNumberOfRegisters(bool Vector); unsigned getRegisterBitWidth(bool Vector); unsigned getMaxInterleaveFactor(); |