diff options
author | Andres-Salamanca <andrealebarbaritos@gmail.com> | 2025-08-21 11:02:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-21 11:02:29 -0500 |
commit | fc6299065794d05bcab8f6bb9628441b3d071131 (patch) | |
tree | 792edf49864240e9d511075dcbcb330043370c44 /clang/lib/CIR/CodeGen/CIRGenModule.cpp | |
parent | 3923adfa3f6d06d52e543b1c54d8b831a49ec29f (diff) | |
download | llvm-fc6299065794d05bcab8f6bb9628441b3d071131.zip llvm-fc6299065794d05bcab8f6bb9628441b3d071131.tar.gz llvm-fc6299065794d05bcab8f6bb9628441b3d071131.tar.bz2 |
[CIR] Upstream GotoSolver pass (#154596)
This PR upstreams the GotoSolver pass.
It works by walking the function and matching each label to a goto. If a
label is not matched to a goto, it is removed and not lowered.
Diffstat (limited to 'clang/lib/CIR/CodeGen/CIRGenModule.cpp')
0 files changed, 0 insertions, 0 deletions