[PATCH] D50798: [LoopVectorizer] Take into account call register pressure when selecting interleave count

Robert Lougher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 16 12:20:59 PDT 2018


rob.lougher updated this revision to Diff 161089.
rob.lougher marked 2 inline comments as done.
rob.lougher added a comment.

Added asserts to TTI functions to catch misuse.


https://reviews.llvm.org/D50798

Files:
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/Analysis/TargetTransformInfoImpl.h
  include/llvm/CodeGen/BasicTTIImpl.h
  lib/Analysis/TargetTransformInfo.cpp
  lib/Target/X86/X86TargetTransformInfo.cpp
  lib/Target/X86/X86TargetTransformInfo.h
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/X86/interleaving-veclib-call.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50798.161089.patch
Type: text/x-patch
Size: 19678 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180816/1209bc23/attachment.bin>


More information about the llvm-commits mailing list