diff options
author | Ruiling, Song <ruiling.song@amd.com> | 2023-10-25 09:24:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 09:24:36 +0800 |
commit | ac24238002076e36b2d33d18d1bf47a9de59fab4 (patch) | |
tree | ede47d0bd6fedca46d1c6bd60c99d14755b7c1a2 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | b745ce952560716545e82770bf835e48a567eaf1 (diff) | |
download | llvm-ac24238002076e36b2d33d18d1bf47a9de59fab4.zip llvm-ac24238002076e36b2d33d18d1bf47a9de59fab4.tar.gz llvm-ac24238002076e36b2d33d18d1bf47a9de59fab4.tar.bz2 |
[LowerSwitch] Don't let pass manager handle the dependency (#68662)
Some passes has limitation that only support simple terminators:
branch/unreachable/return. Right now, they ask the pass manager to add
LowerSwitch pass to eliminate `switch`. Let's manage such kind of pass
dependency by ourselves. Also add the assertion in the related passes.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions