[PATCH] D127965: [VPlan] Move recipe implementations to separate file (NFC).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 07:38:32 PDT 2022


fhahn created this revision.
fhahn added reviewers: Ayal, gilr, rengolin.
Herald added subscribers: tschuett, psnobl, rogfer01, bollu, hiraditya, mgorny.
Herald added a project: All.
fhahn requested review of this revision.
Herald added a subscriber: vkmr.
Herald added a project: LLVM.

This patch moves the code for recipe implementations to a separate file.

The benefits are:

- Keep VPlan.cpp smaller => faster compile-time during parallel builds.
- Keep code for logical units together

As a follow-up I am also planning on moving all ::execute
implemetnations from LoopVectorize.cpp over to the new file, which
should help to reduce the size of the file a bit.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D127965

Files:
  llvm/lib/Transforms/Vectorize/CMakeLists.txt
  llvm/lib/Transforms/Vectorize/VPlan.cpp
  llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127965.437534.patch
Type: text/x-patch
Size: 60118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220616/44ec9c13/attachment-0001.bin>


More information about the llvm-commits mailing list