diff options
author | Andrew Litteken <andrew.litteken@gmail.com> | 2022-03-02 22:50:40 -0600 |
---|---|---|
committer | Andrew Litteken <andrew.litteken@gmail.com> | 2022-03-09 10:43:48 -0800 |
commit | 0b3a6c8d20d1402f68ac2554a1e6909af19b52fd (patch) | |
tree | 5f0088f153f7d514e681620d67350abd3e20d697 /llvm/unittests/Support/CommandLineTest.cpp | |
parent | c31f0a00503a36bc6fa6c27b94369ded6c37ba59 (diff) | |
download | llvm-0b3a6c8d20d1402f68ac2554a1e6909af19b52fd.zip llvm-0b3a6c8d20d1402f68ac2554a1e6909af19b52fd.tar.gz llvm-0b3a6c8d20d1402f68ac2554a1e6909af19b52fd.tar.bz2 |
[IROutliner] Handling outlined code with no exit paths
As a result of adding multiblock outlining, it became possible to outline the entirety of basic block, and branches that only pointed to the basic blocks contained in the outlined section. This means that there are no exit paths, and no return statement. There was a previous assertion from the older version of the outliner that explicitly made sure there was a return statement. This removes that assertion.
Reviewers: paquette
Differential Revision: https://reviews.llvm.org/D120868
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
0 files changed, 0 insertions, 0 deletions