diff options
author | Florian Hahn <flo@fhahn.com> | 2021-10-25 09:40:11 +0100 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2021-10-25 09:52:58 +0100 |
commit | a6c4969f5f451d40a1eef86e75689e2d90aa3a4a (patch) | |
tree | fdebd560c0401c1939002f954cf6357993bd2c50 /llvm/lib/IR/Value.cpp | |
parent | 21bb808eb4867b35b08fa962c7c25e812fcc8836 (diff) | |
download | llvm-a6c4969f5f451d40a1eef86e75689e2d90aa3a4a.zip llvm-a6c4969f5f451d40a1eef86e75689e2d90aa3a4a.tar.gz llvm-a6c4969f5f451d40a1eef86e75689e2d90aa3a4a.tar.bz2 |
[VPlan] Do not create dummy entry block (NFC).
At the moment a dummy entry block is created at the beginning of VPlan
construction. This dummy block is later removed again.
This means it is not easy to identify the VPlan header block in a
general fashion, because during recipe creation it is the single
successor of the entry block, while later it is the entry block.
To make getting the header easier, just skip creating the dummy block.
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D111299
Diffstat (limited to 'llvm/lib/IR/Value.cpp')
0 files changed, 0 insertions, 0 deletions