summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2019-10-28 10:11:20 -0700
committerCraig Topper <craig.topper@intel.com>2019-10-28 10:58:22 -0700
commit18824d25d8aa8727d9f64f8002f2533d57627bd5 (patch)
treeb53d65ebfcd2a4e0b52401e9a685ab183452ad99 /llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
parent3f345732b4f88e8d0d302470929cbe33d65a7435 (diff)
downloadbcm5719-llvm-18824d25d8aa8727d9f64f8002f2533d57627bd5.tar.gz
bcm5719-llvm-18824d25d8aa8727d9f64f8002f2533d57627bd5.zip
[LV] Interleaving should not exceed estimated loop trip count.
Currently we may do iterleaving by more than estimated trip count coming from the profile or computed maximum trip count. The solution is to use "best known" trip count instead of exact one in interleaving analysis. Patch by Evgeniy Brevnov. Differential Revision: https://reviews.llvm.org/D67948
Diffstat (limited to 'llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud