[PATCH] D32451: Improve profile-guided heuristics to use estimated trip count.

Taewook Oh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 14:35:46 PDT 2017


twoh updated this revision to Diff 97003.
twoh added a comment.

Use profile-based trip count estimation only when trip count cannot be computed.


https://reviews.llvm.org/D32451

Files:
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/X86/small-size.ll
  test/Transforms/LoopVectorize/tripcount.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32451.97003.patch
Type: text/x-patch
Size: 9698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170427/64b09f05/attachment.bin>


More information about the llvm-commits mailing list