[PATCH] D77467: [VPlan] Introduce new VPWidenCallRecipe (NFC).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 4 11:09:03 PDT 2020


fhahn created this revision.
fhahn added reviewers: rengolin, Ayal, gilr, hsaito.
Herald added subscribers: psnobl, rogfer01, rkruppe, tschuett, bollu, hiraditya.
Herald added a project: LLVM.

This patch moves calls to their own recipe, to simplify the transition
to VPUser for operands of VPWidenRecipe, as discussed in D76992 <https://reviews.llvm.org/D76992>.

Subsequently additional information can be added to the recipe rather
than computing it during the execute step.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77467

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
  llvm/lib/Transforms/Vectorize/VPlan.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77467.255060.patch
Type: text/x-patch
Size: 12155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200404/60b3c83d/attachment.bin>


More information about the llvm-commits mailing list