[PATCH] D18898: [Loop Rotation] Make default max rotation header size threshold dependent on target CPU

Andrey Turetskiy via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 05:34:21 PDT 2016


aturetsk updated this revision to Diff 56270.
aturetsk added a comment.

Added a comment in the X86TTIImpl::getLoopRotationDefaultThreshold.


http://reviews.llvm.org/D18898

Files:
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/Analysis/TargetTransformInfoImpl.h
  include/llvm/CodeGen/BasicTTIImpl.h
  include/llvm/Transforms/Scalar.h
  lib/Analysis/TargetTransformInfo.cpp
  lib/Target/X86/X86TargetTransformInfo.cpp
  lib/Target/X86/X86TargetTransformInfo.h
  lib/Transforms/IPO/PassManagerBuilder.cpp
  lib/Transforms/Scalar/LoopRotation.cpp
  test/Transforms/LoopRotate/target-default.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18898.56270.patch
Type: text/x-patch
Size: 9792 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160505/1fbf2597/attachment.bin>


More information about the llvm-commits mailing list