[PATCH] D111300: [VPlan] Keep induction recipes in header.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 26 09:06:08 PDT 2021


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

Added a comment as suggested and updated to use Header->insert() to avoid checking whether to append or not.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111300

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/pr46525-expander-insertpoint.ll
  llvm/test/Transforms/LoopVectorize/reduction-inloop-pred.ll
  llvm/test/Transforms/LoopVectorize/runtime-check-needed-but-empty.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111300.382356.patch
Type: text/x-patch
Size: 31755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211026/38838f8e/attachment-0001.bin>


More information about the llvm-commits mailing list