[PATCH] D101290: [LV] Try to sink and hoist inside candidate loops for vectorization.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 27 08:01:27 PDT 2021


fhahn updated this revision to Diff 340850.
fhahn added a comment.

Rebased on top of D101368 <https://reviews.llvm.org/D101368>, break out removing blocks that be come dead as separate cleanup in the loop.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101290

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/AArch64/prepare-hoist-sink.ll
  llvm/test/Transforms/LoopVectorize/first-order-recurrence-complex.ll
  llvm/test/Transforms/LoopVectorize/invariant-store-vectorization.ll
  llvm/test/Transforms/LoopVectorize/tail-folding-counting-down.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101290.340850.patch
Type: text/x-patch
Size: 28910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210427/5469d071/attachment-0001.bin>


More information about the llvm-commits mailing list