diff options
author | Florian Hahn <flo@fhahn.com> | 2022-06-04 21:22:32 +0100 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2022-06-04 21:22:32 +0100 |
commit | 416a5080d89066029f9889dc23f94de47c2fa895 (patch) | |
tree | 6ff760ed495b47cfb6c824fb820e8c72b6e3e78a /llvm/unittests/Support/FileOutputBufferTest.cpp | |
parent | 29794ab0fae526073cb1f0f8cd4662243c7e3c3a (diff) | |
download | llvm-416a5080d89066029f9889dc23f94de47c2fa895.zip llvm-416a5080d89066029f9889dc23f94de47c2fa895.tar.gz llvm-416a5080d89066029f9889dc23f94de47c2fa895.tar.bz2 |
[VPlan] Update vector latch terminator edge to exit block after execution.
Instead of setting the successor to the exit using CFG.ExitBB, set it to
nullptr initially. The successor to the exit block is later set either
through createEmptyBasicBlock or after VPlan execution (because at the
moment, no block is created by VPlan for the exit block, the existing
one is reused).
This also enables BranchOnCond to be used as terminator for the exiting
block of the topmost vector region.
Depends on D126618.
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D126679
Diffstat (limited to 'llvm/unittests/Support/FileOutputBufferTest.cpp')
0 files changed, 0 insertions, 0 deletions