diff options
author | Florian Hahn <flo@fhahn.com> | 2022-06-28 10:34:30 +0100 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2022-06-28 10:34:30 +0100 |
commit | 03975b7f0e5a5176bcb876080a4864e993ebd74c (patch) | |
tree | e88feec73d6c700aab5f92ae9cbaaba8e34cbf4d /llvm/lib/CodeGen/MachineCheckDebugify.cpp | |
parent | fbefc62a964f93b137668c879af11ae0426d26f5 (diff) | |
download | llvm-03975b7f0e5a5176bcb876080a4864e993ebd74c.zip llvm-03975b7f0e5a5176bcb876080a4864e993ebd74c.tar.gz llvm-03975b7f0e5a5176bcb876080a4864e993ebd74c.tar.bz2 |
[VPlan] Move recipe implementations to separate file (NFC).
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.
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D127965
Diffstat (limited to 'llvm/lib/CodeGen/MachineCheckDebugify.cpp')
0 files changed, 0 insertions, 0 deletions