[PATCH] D122126: [LoopVectorize] Don't interleave when the number of runtime checks exceeds the threshold

Tiehu Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 06:46:44 PDT 2022


TiehuZhang updated this revision to Diff 428930.
TiehuZhang added a comment.

(Updated)
Difference with accepted version:  Move memory runtime checks to processLoop to control both VF and IC


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122126/new/

https://reviews.llvm.org/D122126

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/PowerPC/interleaved-pointer-runtime-check-unprofitable.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122126.428930.patch
Type: text/x-patch
Size: 7398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220512/c65e977d/attachment.bin>


More information about the llvm-commits mailing list