diff options
author | Florian Hahn <flo@fhahn.com> | 2023-11-12 13:00:43 +0000 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2023-11-12 13:00:44 +0000 |
commit | 34c2dcd5ac26fe4e8313091131341de7945441ea (patch) | |
tree | 908b49ac9b0ddf27b285018cfd1b473ae9909fde /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 40671bbdefb6ff83e2685576a3cb041b62f25bbe (diff) | |
download | llvm-34c2dcd5ac26fe4e8313091131341de7945441ea.zip llvm-34c2dcd5ac26fe4e8313091131341de7945441ea.tar.gz llvm-34c2dcd5ac26fe4e8313091131341de7945441ea.tar.bz2 |
[VPlan] Move initial skeleton construction to createInitialVPlan. (NFC)
This patch moves creating the middle VPBBs and an initial empty
vector loop region for the top-level loop to createInitialVPlan.
This consolidates code to create the initial VPlan skeleton and enables
adding other bits outside the main region during initial VPlan
construction. In particular, D150398 will add the exit check & branch to
the middle block.
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D158333
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions